Skip to content

Commit

Permalink
Re-add Firefox ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Mar 13, 2024
1 parent 1cdbd22 commit f8c9451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/auth/domain.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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./,
],
});

Expand Down

0 comments on commit f8c9451

Please sign in to comment.