Skip to content

Commit

Permalink
Merge pull request #5418 from nextcloud/cypress/breadcrumbs
Browse files Browse the repository at this point in the history
test(cypress): Force-click breadcrumbs at filelist reload (might be hidden)
  • Loading branch information
mejo- committed Feb 26, 2024
2 parents 7d9426c + 696950b commit 0ef4767
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 @@ -357,7 +357,7 @@ Cypress.Commands.add('propfindFolder', (path, depth = 0) => {
})

Cypress.Commands.add('reloadFileList', () => {
return cy.get('.vue-crumb:last-child a').click()
return cy.get('.vue-crumb:last-child a').click({ force: true })
})

Cypress.Commands.add('openFolder', (name) => {
Expand Down

0 comments on commit 0ef4767

Please sign in to comment.