diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 6cf83e94961..ff888fe7d5a 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -25,3 +25,4 @@ import './commands.ts' // Fix ResizeObserver loop limit exceeded happening in Cypress only // @see https://github.com/cypress-io/cypress/issues/20341 Cypress.on('uncaught:exception', err => !err.message.includes('ResizeObserver loop limit exceeded')) +Cypress.on('uncaught:exception', err => !err.message.includes('ResizeObserver loop completed with undelivered notifications'))