Skip to content

Commit 5992e1d

Browse files
committed
update: landing-page.spec.ts — remove timeout on the tests
1 parent aa64a70 commit 5992e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/landing-page.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ test('has title', async ({ page }) => {
66
});
77

88
test('find a curriculum vitae and download', async ({ page }) => {
9+
test.setTimeout(0);
910

1011
await page.goto('/');
1112

0 commit comments

Comments
 (0)