Skip to content

Commit b879f1d

Browse files
author
OlgaLarina
committed
fix wait for load state
1 parent 77581ed commit b879f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screenshotTests/design-surface.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const title = "Design Surface";
55
test.describe(title, () => {
66
test.beforeEach(async ({ page }) => {
77
await page.goto(`${url}`);
8-
await page.waitForLoadState("networkidle");
8+
await page.waitForLoadState("load");
99
});
1010

1111
test("Check minimal height", async ({ page }) => {

0 commit comments

Comments
 (0)