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 5510bdd commit 8a934dcCopy full SHA for 8a934dc
e2e/tests/default.ts
@@ -3,6 +3,7 @@ import { expect, test } from "@playwright/test";
3
export const getDefaultScreenshotTest = (example: string) => {
4
test(`should match screenshot`, async ({ page }) => {
5
await page.goto(`./${example}`, { waitUntil: "networkidle" });
6
+ await page.waitForTimeout(1000);
7
await expect(page).toHaveScreenshot({
8
fullPage: true,
9
});
0 commit comments