Skip to content

Commit

Permalink
Update test.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
christianfosli authored Jul 31, 2023
1 parent e19c6b6 commit 06efcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('highscores load successfully', async ({page}) => {
// Wait for highscores to be fetched
await page.waitForResponse(response => response.url().includes('topten'));
// Wait for a little bit longer
await page.waitForTimeout(500);
await page.waitForTimeout(1000);

// Now highscore table should be rendered
expect(page.getByText('Loading highscores...')).toHaveCount(0);
Expand Down

0 comments on commit 06efcc4

Please sign in to comment.