Skip to content

Commit

Permalink
Fix redirect toquests
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinludu committed Dec 6, 2024
1 parent 1795d19 commit 2988a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/scoutgame/__e2e__/onboarding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test.describe('Onboarding flow', () => {
expect(user.agreedToTermsAt).not.toBeNull();
expect(user.email).toBe(email);

await Promise.all([page.waitForURL('**/scout', { waitUntil: 'load' }), welcomePage.continueButton.click()]);
await Promise.all([page.waitForURL('**/quests', { waitUntil: 'load' }), welcomePage.continueButton.click()]);

await expect(scoutPage.container).toBeVisible();

Expand Down

0 comments on commit 2988a31

Please sign in to comment.