From 2db29d2450f5617f2953daae4ae411cb0bc15ccf Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 21 Mar 2024 12:20:02 -0700 Subject: [PATCH] test: Update cypress selector Signed-off-by: Christopher Ng --- cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 26097c329fc..5928c88e2a5 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -519,7 +519,7 @@ Cypress.Commands.add('createDescription', () => { cy.get('[data-cy-files-list] tr[data-cy-files-list-row-name="Readme.md"]').should('not.exist') cy.get('[data-cy-upload-picker] button.action-item__menutoggle').click() - cy.get('li.upload-picker__menu-entry button').contains('Add description').click() + cy.get('li.upload-picker__menu-entry button').contains('Add folder description').click() cy.wait('@addDescription') })