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.
landing-page.spec.ts
1 parent aa64a70 commit 5992e1dCopy full SHA for 5992e1d
tests/landing-page.spec.ts
@@ -6,6 +6,7 @@ test('has title', async ({ page }) => {
6
});
7
8
test('find a curriculum vitae and download', async ({ page }) => {
9
+ test.setTimeout(0);
10
11
await page.goto('/');
12
0 commit comments