Skip to content

Commit

Permalink
chore: ignore ResizeObserver loop errors
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Apr 6, 2024
1 parent f06be9b commit 9284f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import './commands'

Cypress.on('uncaught:exception', (err) => {
return !err.message.includes('ResizeObserver loop limit exceeded')
return !err.message.includes('ResizeObserver loop')
})

// Alternatively you can use CommonJS syntax:
Expand Down

0 comments on commit 9284f12

Please sign in to comment.