fix(cypress): ResizeObserver loop undelivered notifications error

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/44139/head
Christopher Ng 2 years ago
parent c7fc4b1010
commit 84ceaddc66
  1. 1
      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'))

Loading…
Cancel
Save