]> source.dussan.org Git - nextcloud-server.git/commitdiff
test(files): Fix file picker test 43061/head
authorChristopher Ng <chrng8@gmail.com>
Tue, 23 Jan 2024 19:44:50 +0000 (11:44 -0800)
committerChristopher Ng <chrng8@gmail.com>
Tue, 23 Jan 2024 19:44:50 +0000 (11:44 -0800)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
cypress/e2e/files/files_copy-move.cy.ts

index c301ba3bff7e6b395ea96ae999624625171dd65b..63e48e5f881572e041a13537bb27c40f0012d375 100644 (file)
@@ -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()