Skip to content

Commit

Permalink
Fix scoutPage
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinludu committed Dec 6, 2024
1 parent 39e26e6 commit 1795d19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/scoutgame/__e2e__/scoutPage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ test.describe('Scout page', () => {

await page.goto('/');
// Logged in user should be redirected
await page.waitForURL('**/scout');

await expect(scoutPage.container).toBeVisible();
await page.waitForURL('**/welcome');
});
test('Can navigate to each scouts table tab', async ({ page, scoutPage, utils }) => {
// add some mock data
Expand Down

0 comments on commit 1795d19

Please sign in to comment.