Spell "properly" in viewer integration-test names
This commit is contained in:
parent
dfa553dc11
commit
5b7b94c078
@ -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) => {
|
await forEachPage(async (browserName, page) => {
|
||||||
const waitForPageRenderedEvent = filter =>
|
const waitForPageRenderedEvent = filter =>
|
||||||
page.waitForFunction(
|
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) => {
|
await forEachPage(async (browserName, page) => {
|
||||||
const waitForPageRenderedEvent = filter =>
|
const waitForPageRenderedEvent = filter =>
|
||||||
page.waitForFunction(
|
page.waitForFunction(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user