Skip to content

Commit 84ceadd

Browse files
committed
fix(cypress): ResizeObserver loop undelivered notifications error
Signed-off-by: Christopher Ng <[email protected]>
1 parent c7fc4b1 commit 84ceadd

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)