Skip to content

Commit e5f57db

Browse files
committed
Cypress: Fix breadcrum selector after Nextcloud 27 server changes
Signed-off-by: Jonas <jonas@freesources.org>
1 parent b741f92 commit e5f57db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/attachments.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ describe('Test all attachment insertion methods', () => {
211211
cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias)
212212

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

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

0 commit comments

Comments
 (0)