mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Remove workaround from the "must convert input to uppercase" scripting integration test
It's no longer necessary after commit1c73e52
that caused the document to be closed properly between tests, and this therefore partly reverts commit973b67f
.
This commit is contained in:
parent
5f46791887
commit
938430be5b
1 changed files with 0 additions and 7 deletions
|
@ -1197,13 +1197,6 @@ describe("Interaction", () => {
|
|||
await page.waitForFunction(
|
||||
`${getQuerySelector("27R")}.value === "HEAO "`
|
||||
);
|
||||
|
||||
// The typing actions in the first textbox caused sandbox events to be
|
||||
// queued. We don't close the document between tests, so we have to
|
||||
// flush them here, by clicking the second textbox, so they don't leak
|
||||
// through to the following test.
|
||||
await page.click(getSelector("28R"));
|
||||
await waitForSandboxTrip(page);
|
||||
})
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue