Skip to content

Commit

Permalink
Better comment again
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Mar 13, 2024
1 parent 8f6370c commit 2fb4285
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, somehow due to the ongoing sign out requests
// Must wait for network to be idle or next CSRF request fails with "Failed to fetch", somehow due to the ongoing sign out requests
await page.waitForLoadState('networkidle');

// Is redirected when unauthenticated
Expand Down

0 comments on commit 2fb4285

Please sign in to comment.