Merge pull request #6163 from nextcloud/backport/6140/stable28

[stable28] fix: losing focus while editing title field
This commit is contained in:
Julius Härtl
2024-08-01 23:56:46 +02:00
committed by GitHub

View File

@@ -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') && !err.message.includes('ResizeObserver loop completed with undelivered notifications')
})
// Alternatively you can use CommonJS syntax: