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 3fffde5 commit d6f2b20Copy full SHA for d6f2b20
.github/workflows/test.js
@@ -39,7 +39,7 @@ test("Invert Banner Image Colors", async () => {
39
runScripts: "dangerously",
40
resources: "usable",
41
});
42
- await setTimeout(10);
+ await setTimeout(150);
43
let banner = dom.window.document.getElementById("jumbo-image");
44
assert.ok(["invert(1)", "invert(100%)"].includes(dom.window.getComputedStyle(banner)._values["filter"]));
45
0 commit comments