Skip to content

Commit 5c36cd3

Browse files
authored
Merge pull request #407 from dxc-technology/gomezivann-update-test
Update import-default test on the theme-builder
2 parents 432ea3b + fec71c7 commit 5c36cd3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/src/pages/themeBuilder/test/import-default.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const validThemeInputString = JSON.stringify({
1919
baseColor: "#fabada",
2020
primaryFontColor: "#000000",
2121
secondaryHoverFontColor: "#777777",
22-
textHoverBackgroundColor: "#cecece",
2322
},
2423
});
2524

@@ -252,9 +251,6 @@ describe("Import default theme", () => {
252251
expect(getAllByRole("color-container")[2].getAttribute("color")).toBe(
253252
"#777777"
254253
);
255-
expect(getAllByRole("color-container")[3].getAttribute("color")).toBe(
256-
"#cecece"
257-
);
258254
});
259255

260256
it("Should reset an imported json and update the current theme of the builder", async () => {

0 commit comments

Comments
 (0)