Skip to content

Commit

Permalink
Temp workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Dec 6, 2024
1 parent c290a72 commit 836f7e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ test('has title', async () => {

getStartedButton?.click();

await page.waitForTimeout(3000);


await page.screenshot({ path: 'screenshot-get-started.png' });
});

0 comments on commit 836f7e2

Please sign in to comment.