Skip to content

Commit 3fffde5

Browse files
author
sbmsr
committed
update tests
1 parent 5da4250 commit 3fffde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test("Invert Banner Image Colors", async () => {
4141
});
4242
await setTimeout(10);
4343
let banner = dom.window.document.getElementById("jumbo-image");
44-
assert.is(dom.window.getComputedStyle(banner)._values["filter"], "invert(1)");
44+
assert.ok(["invert(1)", "invert(100%)"].includes(dom.window.getComputedStyle(banner)._values["filter"]));
4545
});
4646

4747
test("Tiles Need to be 2x2 Grid", async () => {

0 commit comments

Comments
 (0)