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 5da4250 commit 3fffde5Copy full SHA for 3fffde5
.github/workflows/test.js
@@ -41,7 +41,7 @@ test("Invert Banner Image Colors", async () => {
41
});
42
await setTimeout(10);
43
let banner = dom.window.document.getElementById("jumbo-image");
44
- assert.is(dom.window.getComputedStyle(banner)._values["filter"], "invert(1)");
+ assert.ok(["invert(1)", "invert(100%)"].includes(dom.window.getComputedStyle(banner)._values["filter"]));
45
46
47
test("Tiles Need to be 2x2 Grid", async () => {
0 commit comments