We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf758d commit c598863Copy full SHA for c598863
1 file changed
e2e/Playground.cy.res
@@ -80,7 +80,7 @@ describe("Playground", () => {
80
->ignore
81
82
// Verify playground shell is in light mode
83
- get("main")->shouldWithValue("have.class", "bg-gray-5")->ignore
+ get("main")->shouldWithValue("have.class", "playground-theme-light")->ignore
84
85
// Switch back to dark mode from Settings
86
contains("Settings")->click->ignore
@@ -92,6 +92,6 @@ describe("Playground", () => {
92
93
94
// Verify playground shell is back to dark mode
95
- get("main")->shouldWithValue("have.class", "bg-gray-100")->ignore
+ get("main")->shouldWithValue("have.class", "playground-theme-dark")->ignore
96
})
97
0 commit comments