Skip to content

Commit

Permalink
fix: cypress ci issue
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud authored and backportbot[bot] committed Aug 1, 2024
1 parent 65502f1 commit ff0803b
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.js'

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

// Alternatively you can use CommonJS syntax:
Expand Down

0 comments on commit ff0803b

Please sign in to comment.