Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: Update cypress selector
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and juliusknorr committed Mar 21, 2024
commit 3c615757adb175b5c7c71b776c9276783f73270d
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