Skip to content

Commit 45cd4df

Browse files
Pytalsusnux
authored andcommitted
test(files): Fix file picker test
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent bd50327 commit 45cd4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/files/files_copy-move.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('Files: Move or copy files', { testIsolation: true }, () => {
146146
triggerActionForFile('original.txt', 'move-copy')
147147

148148
// select new folder
149-
cy.get('.file-picker a[title="Home"]').should('be.visible').click()
149+
cy.get('.file-picker button[title="Home"]').should('be.visible').click()
150150
// click move
151151
cy.get('.file-picker').contains('button', 'Move').should('be.visible').click()
152152

0 commit comments

Comments
 (0)