We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77581ed commit b879f1dCopy full SHA for b879f1d
screenshotTests/design-surface.spec.ts
@@ -5,7 +5,7 @@ const title = "Design Surface";
5
test.describe(title, () => {
6
test.beforeEach(async ({ page }) => {
7
await page.goto(`${url}`);
8
- await page.waitForLoadState("networkidle");
+ await page.waitForLoadState("load");
9
});
10
11
test("Check minimal height", async ({ page }) => {
0 commit comments