Skip to content

Commit 133f2f7

Browse files
committed
web: Fix wording to clarify test checks for no Ruffle polyfill
1 parent 2b84bb1 commit 133f2f7

File tree

1 file changed

+1
-1
lines changed
  • web/packages/selfhosted/test/polyfill/embed_wrong_type

1 file changed

+1
-1
lines changed

web/packages/selfhosted/test/polyfill/embed_wrong_type/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("Embed with wrong type attribute value", () => {
1010
await openTest(browser, `polyfill/embed_wrong_type`);
1111
});
1212

13-
it("polyfills with ruffle", async () => {
13+
it("doesn't polyfill with ruffle", async () => {
1414
await injectRuffleAndWait(browser);
1515
const actual = await browser
1616
.$("#test-container")

0 commit comments

Comments
 (0)