We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fc4b1 commit 84ceaddCopy full SHA for 84ceadd
cypress/support/e2e.ts
@@ -25,3 +25,4 @@ import './commands.ts'
25
// Fix ResizeObserver loop limit exceeded happening in Cypress only
26
// @see https://github.com/cypress-io/cypress/issues/20341
27
Cypress.on('uncaught:exception', err => !err.message.includes('ResizeObserver loop limit exceeded'))
28
+Cypress.on('uncaught:exception', err => !err.message.includes('ResizeObserver loop completed with undelivered notifications'))
0 commit comments