Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 774a1d9

Browse files
committed
[cypress] Treat Chrome DevTools errors as test-independent
1 parent 7156946 commit 774a1d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cypress-plugin/test/integration/unflakable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ module.exports = {
88
// NB: This requires DEBUG="cypress:server:run" (at a minimum).
99
/attempting to close the browser tab(?:(?!resetting server state).)*$/s,
1010
/Still waiting to connect to Edge, retrying in 1 second.*(?:Error: Test timed out after|All promises were rejected)/s,
11+
/There was an error reconnecting to the Chrome DevTools protocol\. Please restart the browser\./,
1112
],
1213
};

0 commit comments

Comments
 (0)