We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3803f59 commit d7c7769Copy full SHA for d7c7769
cypress/support/commands.js
@@ -444,7 +444,7 @@ Cypress.Commands.add(
444
'[data-cy-files-list] tr[data-cy-files-list-row-name="Readme.md"]',
445
).should('not.exist')
446
cy.get(
447
- '[data-cy-files-content-breadcrumbs] [data-cy-upload-picker] button.action-item__menutoggle',
+ '.files-list__header [data-cy-upload-picker] button.action-item__menutoggle',
448
).click()
449
cy.get('li.upload-picker__menu-entry button').contains(buttonLabel).click()
450
0 commit comments