mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #19740 from Snuffleupagus/integration-test-properly-spelling
Spell "properly" in viewer integration-test names
This commit is contained in:
commit
9e58bac43c
1 changed files with 2 additions and 2 deletions
|
@ -974,7 +974,7 @@ describe("PDF viewer", () => {
|
|||
},
|
||||
});
|
||||
|
||||
it("propely cleans up old canvases from the dom", async () => {
|
||||
it("properly cleans up old canvases from the dom", async () => {
|
||||
await forEachPage(async (browserName, page) => {
|
||||
const waitForPageRenderedEvent = filter =>
|
||||
page.waitForFunction(
|
||||
|
@ -1039,7 +1039,7 @@ describe("PDF viewer", () => {
|
|||
},
|
||||
});
|
||||
|
||||
it("propely cleans up old canvases from the dom", async () => {
|
||||
it("properly cleans up old canvases from the dom", async () => {
|
||||
await forEachPage(async (browserName, page) => {
|
||||
const waitForPageRenderedEvent = filter =>
|
||||
page.waitForFunction(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue