зеркало из https://github.com/nextcloud/deck.git
ci(cypress): Catch resize observer loop limit (2)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
f1e7a4b184
Коммит
d232979d7b
|
@ -17,7 +17,7 @@
|
|||
import './commands.js'
|
||||
|
||||
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче