We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495c869 commit e1d1c1eCopy full SHA for e1d1c1e
cypress/e2e/common.js
@@ -9,7 +9,9 @@ Cypress.on('uncaught:exception', (err) => {
9
const errMsg = err.toString()
10
if (
11
errMsg.match(/ResizeObserver loop limit exceeded/) ||
12
- errMsg.match(/ResizeObserver loop completed with undelivered notifications/)
+ errMsg.match(
13
+ /ResizeObserver loop completed with undelivered notifications/
14
+ )
15
) {
16
return false
17
}
0 commit comments