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