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
Next Next commit
Cypress: Fix breadcrum selector after Nextcloud 27 server changes
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Apr 12, 2023
commit ffa42951d80ad94a302383380831a41388756eac
2 changes: 1 addition & 1 deletion cypress/e2e/attachments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('Test all attachment insertion methods', () => {
cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias)

cy.log('Go back to home')
cy.get('#oc-dialog-filepicker-content .dirtree > .crumb:first-child').click()
cy.get('#oc-dialog-filepicker-content .dirtree .crumb:first-child').click()

cy.log('Select the file in the filepicker')
cy.get('#picker-filestable tr[data-entryname="github.png"]').click()
Expand Down