Skip to content

Commit

Permalink
test(files): Fix file picker test
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal authored and susnux committed Feb 2, 2024
1 parent bd50327 commit 45cd4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/files/files_copy-move.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 45cd4df

Please sign in to comment.