diff --git a/e2e/tests/test.spec.ts b/e2e/tests/test.spec.ts index ac2b266..4179132 100644 --- a/e2e/tests/test.spec.ts +++ b/e2e/tests/test.spec.ts @@ -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);