Skip to content

Commit

Permalink
ci(cypress): Catch resize observer loop limit (2)
Browse files Browse the repository at this point in the history
Signed-off-by: Julius H盲rtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Aug 12, 2023
1 parent a352aaf commit c081102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Expand Up @@ -17,7 +17,7 @@
import './commands.js'

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

// Alternatively you can use CommonJS syntax:
Expand Down

0 comments on commit c081102

Please sign in to comment.