fix(cypress): ResizeObserver loop undelivered notifications error

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44139/head
Christopher Ng 2 months ago
parent c7fc4b1010
commit 84ceaddc66

@ -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'))

Loading…
Cancel
Save