ci(cypress): Catch resize observer loop limit (2)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
import './commands.js'
|
import './commands.js'
|
||||||
|
|
||||||
Cypress.on('uncaught:exception', (err) => {
|
Cypress.on('uncaught:exception', (err) => {
|
||||||
return !err.message.includes('ResizeObserver loop limit exceeded'),
|
return !err.message.includes('ResizeObserver loop limit exceeded')
|
||||||
})
|
})
|
||||||
|
|
||||||
// Alternatively you can use CommonJS syntax:
|
// Alternatively you can use CommonJS syntax:
|
||||||
|
|||||||
Reference in New Issue
Block a user