Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Mar 13, 2024
1 parent 271fc15 commit 8f6370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/auth/domain.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test('Must be authenticated with valid domain to access app', async ({ page, req

await page.waitForURL(/\/prod\/signin/);

// Must wait for network to be idle or next CSRF request fails with "Failed to fetch" on the next sign out, probably interrupts itself somehow
// Must wait for network to be idle or next CSRF request fails with "Failed to fetch" on the next sign out, somehow due to the ongoing sign out requests
await page.waitForLoadState('networkidle');

// Is redirected when unauthenticated
Expand Down

0 comments on commit 8f6370c

Please sign in to comment.