mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
test(files): Fix file picker test
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
bd50327fd1
commit
45cd4dfa20
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ describe('Files: Move or copy files', { testIsolation: true }, () => {
|
|||
triggerActionForFile('original.txt', 'move-copy')
|
||||
|
||||
// select new folder
|
||||
cy.get('.file-picker a[title="Home"]').should('be.visible').click()
|
||||
cy.get('.file-picker button[title="Home"]').should('be.visible').click()
|
||||
// click move
|
||||
cy.get('.file-picker').contains('button', 'Move').should('be.visible').click()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue