Skip to content

Commit 938430b

Browse files
committed
Remove workaround from the "must convert input to uppercase" scripting integration test
It's no longer necessary after commit 1c73e52 that caused the document to be closed properly between tests, and this therefore partly reverts commit 973b67f.
1 parent 5f46791 commit 938430b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/integration/scripting_spec.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,13 +1197,6 @@ describe("Interaction", () => {
11971197
await page.waitForFunction(
11981198
`${getQuerySelector("27R")}.value === "HEAO "`
11991199
);
1200-
1201-
// The typing actions in the first textbox caused sandbox events to be
1202-
// queued. We don't close the document between tests, so we have to
1203-
// flush them here, by clicking the second textbox, so they don't leak
1204-
// through to the following test.
1205-
await page.click(getSelector("28R"));
1206-
await waitForSandboxTrip(page);
12071200
})
12081201
);
12091202
});

0 commit comments

Comments
 (0)