Skip to content

Commit

Permalink
Revert "Wait for token request to finish after login in e2e-test"
Browse files Browse the repository at this point in the history
This reverts commit 34e76c0.
  • Loading branch information
malte-laukoetter committed Feb 14, 2025
1 parent 76fd7f9 commit 9838921
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ setup("login", async ({ page }) => {

await page.getByRole("button", { name: "Sign In" }).click()

await page.waitForURL("/")
await page.unrouteAll({ behavior: "wait" })
await page.context().storageState({ path: `e2e/storage/state.json` })
})

setup("create sample data", async ({ authenticatedRequest: request }) => {
Expand Down

0 comments on commit 9838921

Please sign in to comment.