Skip to content

Commit

Permalink
Fix not-logged-in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Jul 20, 2024
1 parent 8ccc1c4 commit f792631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/e2e/not-logged-in.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const NO_ANIMATION_URL = `${BASE_URL}?skipAnimation=true`;

test.beforeEach(async ({ page }) => {
// Update the beforeEach hook to use the NO_ANIMATION_URL
console.log(`Going to ${NO_ANIMATION_URL}`);
await page.goto(NO_ANIMATION_URL);
});

Expand Down

0 comments on commit f792631

Please sign in to comment.