Merge pull request #51143 from nextcloud/backport/51126/stable31

This commit is contained in:
John Molakvoæ 2025-02-28 19:57:08 +01:00 committed by GitHub
commit 159c5140b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,6 +52,7 @@ describe('Files', { testIsolation: true }, () => {
cy.visit('/apps/files/files/123456')
cy.wait('@propfind')
cy.contains('The file could not be found').should('be.visible')
// The toast should be visible
cy.contains('The file could not be found', { timeout: 5000 }).should('be.visible')
})
})