From 0fe76a9433b1627a0f8a80ba19512b2cc9996b85 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 23 Jan 2024 11:44:50 -0800 Subject: [PATCH] test(files): Fix file picker test Signed-off-by: Christopher Ng --- cypress/e2e/files/files_copy-move.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/files/files_copy-move.cy.ts b/cypress/e2e/files/files_copy-move.cy.ts index c301ba3bff7..63e48e5f881 100644 --- a/cypress/e2e/files/files_copy-move.cy.ts +++ b/cypress/e2e/files/files_copy-move.cy.ts @@ -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() -- 2.39.5