We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec5a87 commit 2abf3f0Copy full SHA for 2abf3f0
cypress/support/e2e.js
@@ -21,5 +21,6 @@ import './commands.js'
21
22
Cypress.on('uncaught:exception', (err) => {
23
return !err.message.includes('ResizeObserver loop limit exceeded') &&
24
- !err.message.includes('ResizeObserver loop completed with undelivered notifications')
+ !err.message.includes('ResizeObserver loop completed with undelivered notifications') &&
25
+ !err.message.includes("Cannot read properties of undefined (reading 'from')")
26
})
0 commit comments