1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Spell "properly" in viewer integration-test names

This commit is contained in:
Jonas Jenwald 2025-03-29 16:35:22 +01:00
parent dfa553dc11
commit 5b7b94c078

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(