Skip to content

Commit ed9b6dd

Browse files
authored
test: unflake toBeInViewport test (#36527)
1 parent be637ae commit ed9b6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/page/expect-misc.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ test.describe('toBeInViewport', () => {
464464
test('should have good stack', async ({ page }) => {
465465
let error;
466466
try {
467-
await expect(page.locator('body')).not.toBeInViewport({ timeout: 100 });
467+
await expect(page.locator('body')).not.toBeInViewport({ timeout: 500 });
468468
} catch (e) {
469469
error = e;
470470
}

0 commit comments

Comments
 (0)