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 d11280a commit db8747dCopy full SHA for db8747d
tests/utils.ts
@@ -33,7 +33,7 @@ export async function gotoPage(
33
name: 'Panels',
34
exact: true,
35
})
36
- ).toBeVisible();
+ ).toBeVisible({ timeout: 30000 });
37
// Wait for any loading progress bars to disappear
38
await expect(
39
page.getByRole('progressbar', { name: 'Loading...', exact: true })
0 commit comments