From f8c94514b4c019b6b8824ee16f03437cce58d5db Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:34:47 +0000 Subject: [PATCH] Re-add Firefox ignores --- test/integration/auth/domain.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/auth/domain.spec.ts b/test/integration/auth/domain.spec.ts index 4bc034b4ad5..3a6a77b0a2c 100644 --- a/test/integration/auth/domain.spec.ts +++ b/test/integration/auth/domain.spec.ts @@ -8,6 +8,8 @@ const currentDirectory = url.fileURLToPath(new URL('.', import.meta.url)); test.use({ ignoreConsoleErrors: [ /Failed to load resource: the server responded with a status of 401 \(Unauthorized\)/, + /NetworkError when attempting to fetch resource./, + /The operation was aborted./, ], });