mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix integration test in the windows bot
This commit is contained in:
parent
52961197d3
commit
451091b89b
1 changed files with 8 additions and 0 deletions
|
@ -498,6 +498,10 @@ describe("Interaction", () => {
|
|||
pages = await loadAndWait("js-authors.pdf", "#\\32 5R");
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await closePages(pages);
|
||||
});
|
||||
|
||||
it("must print authors in a text field", async () => {
|
||||
await Promise.all(
|
||||
pages.map(async ([browserName, page]) => {
|
||||
|
@ -647,6 +651,10 @@ describe("Interaction", () => {
|
|||
pages = await loadAndWait("js-colors.pdf", "#\\33 4R");
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
await closePages(pages);
|
||||
});
|
||||
|
||||
it("must change colors", async () => {
|
||||
await Promise.all(
|
||||
pages.map(async ([browserName, page]) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue