mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #51143 from nextcloud/backport/51126/stable31
This commit is contained in:
commit
159c5140b2
1 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue