Skip to content

Commit f74edab

Browse files
committed
revert e2e changes
1 parent 2106f1a commit f74edab

File tree

1 file changed

+0
-8
lines changed
  • cypress-tests/cypress/support

1 file changed

+0
-8
lines changed

cypress-tests/cypress/support/e2e.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ import "./commands";
1919

2020
// Alternatively you can use CommonJS syntax:
2121
// require('./commands')
22-
23-
Cypress.on("uncaught:exception", (err) => {
24-
// returning false here prevents Cypress from failing the test
25-
if (err.message.includes("Failed to fetch dynamically imported module")) {
26-
return false;
27-
}
28-
return true;
29-
});

0 commit comments

Comments
 (0)