Skip to content

Commit

Permalink
test: Update cypress selector
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Mar 21, 2024
1 parent 51add45 commit 2db29d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
Expand Down

0 comments on commit 2db29d2

Please sign in to comment.