Skip to content

Commit

Permalink
fix: follow correct flow as callback path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brydon committed May 7, 2024
1 parent 91da19e commit 93fc233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/playwright/impersonation.e2e.ts
Expand Up @@ -29,7 +29,8 @@ test.describe("Users can impersonate", async () => {
await page.getByTestId("impersonation-submit").click();

// // Wait for sign in to complete
await page.waitForURL("/settings/my-account/profile");
await page.waitForURL("/event-types");
await page.goto("/settings/profile");

const stopImpersonatingButton = page.getByTestId("stop-impersonating-button");

Expand Down

0 comments on commit 93fc233

Please sign in to comment.