test(files): Fix file picker test

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-01-23 11:44:50 -08:00 committed by Ferdinand Thiessen
parent bd50327fd1
commit 45cd4dfa20
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -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()