Skip to content

Commit

Permalink
e2e: do not fail tests because of Request aborted error
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Nov 18, 2023
1 parent 8800bc8 commit 5d35a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ import './commands'

// Alternatively you can use CommonJS syntax:
// require('./commands')

Cypress.on('uncaught:exception', (err) => !err.message.includes('Request aborted'))

0 comments on commit 5d35a28

Please sign in to comment.