Skip to content

Commit 2abf3f0

Browse files
committed
fix(test): Add cypress exception
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
1 parent 9ec5a87 commit 2abf3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/support/e2e.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ import './commands.js'
2121

2222
Cypress.on('uncaught:exception', (err) => {
2323
return !err.message.includes('ResizeObserver loop limit exceeded') &&
24-
!err.message.includes('ResizeObserver loop completed with undelivered notifications')
24+
!err.message.includes('ResizeObserver loop completed with undelivered notifications') &&
25+
!err.message.includes("Cannot read properties of undefined (reading 'from')")
2526
})

0 commit comments

Comments
 (0)