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 committed Jan 23, 2024
1 parent 38c35f0 commit 186dfae
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 @@ -131,7 +131,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 186dfae

Please sign in to comment.