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 f662b4a commit 094ac0cCopy full SHA for 094ac0c
showcases/patternhub/tests/default.spec.ts
@@ -9,7 +9,7 @@ const getDefaultScreenshotTest = async (
9
) => {
10
test(`${type} should match screenshot`, async ({ page }) => {
11
await page.goto(`${path}`, {
12
- waitUntil: 'domcontentloaded'
+ waitUntil: 'networkidle'
13
});
14
await fn(page);
15
await expect(page).toHaveScreenshot([name, 'patternhub.png']);
0 commit comments