From 2fb42859833c0c5ac454cfe9a1cbb4c536501331 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Wed, 13 Mar 2024 02:22:10 +0000 Subject: [PATCH] Better comment again --- test/integration/auth/domain.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/auth/domain.spec.ts b/test/integration/auth/domain.spec.ts index 1bb009ddeff..74afa0b74df 100644 --- a/test/integration/auth/domain.spec.ts +++ b/test/integration/auth/domain.spec.ts @@ -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