diff --git a/e2e/support/index.js b/e2e/support/index.js index d68db96df2..0dce20fa2f 100644 --- a/e2e/support/index.js +++ b/e2e/support/index.js @@ -18,3 +18,5 @@ import './commands' // Alternatively you can use CommonJS syntax: // require('./commands') + +Cypress.on('uncaught:exception', (err) => !err.message.includes('Request aborted'))