Skip to content

Commit

Permalink
slow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Sep 5, 2024
1 parent bee2bad commit 78ff64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/tests/timeAttack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test('pagination', async ({ page }) => {
await expect(page.getByRole('button', { name: 'Previous' })).toBeDisabled();
await page.getByRole('button', { name: 'Next' }).click();

await page.waitForURL('/events/time-attack/rankings/227010105?page=2', { timeout: 1000 });
await page.waitForURL('/events/time-attack/rankings/227010105?page=2', { timeout: 5000 });

await expect(
page.getByRole('row', { name: /11 Alicia, Diego, Euden, 雪姫 01:37.1/ })
Expand All @@ -78,7 +78,7 @@ test('pagination', async ({ page }) => {
await expect(page.getByRole('button', { name: 'Next' })).toBeDisabled();
await page.getByRole('button', { name: 'Previous' }).click();

await page.waitForURL('/events/time-attack/rankings/227010105?page=1', { timeout: 1000 });
await page.waitForURL('/events/time-attack/rankings/227010105?page=1', { timeout: 5000 });

await expect(page.getByRole('button', { name: 'Previous' })).toBeDisabled();

Expand Down

0 comments on commit 78ff64b

Please sign in to comment.