Skip to content

Commit db8747d

Browse files
committed
Increase initial timeout for loading a page...
1 parent d11280a commit db8747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export async function gotoPage(
3333
name: 'Panels',
3434
exact: true,
3535
})
36-
).toBeVisible();
36+
).toBeVisible({ timeout: 30000 });
3737
// Wait for any loading progress bars to disappear
3838
await expect(
3939
page.getByRole('progressbar', { name: 'Loading...', exact: true })

0 commit comments

Comments
 (0)