Skip to content

Commit 313d968

Browse files
Pytalbackportbot[bot]
authored andcommitted
fix(cypress): ResizeObserver loop undelivered notifications error
Signed-off-by: Christopher Ng <chrng8@gmail.com> [skip ci]
1 parent 5688d98 commit 313d968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/support/e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ import './commands.ts'
2525
// Fix ResizeObserver loop limit exceeded happening in Cypress only
2626
// @see https://github.com/cypress-io/cypress/issues/20341
2727
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

Comments
 (0)