1
0
Fork 0
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:
Tim van der Meij 2025-03-30 11:48:12 +02:00 committed by GitHub
commit 9e58bac43c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(