mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test(files): Fix file picker test
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
4f5f9ae98b
commit
0fe76a9433
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,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