Skip to content

Commit

Permalink
Merge pull request #4074 from nextcloud/backport/4073/stable26
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl authored Apr 25, 2023
2 parents 2253761 + 014d67b commit ca52d18
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 @@ -389,7 +389,7 @@ Cypress.Commands.add('showHiddenFiles', () => {
cy.get('[data-cy-files-navigation-settings-button]')
.click()
cy.get('.app-settings__content').should('be.visible')
cy.intercept({ method: 'POST', url: '**/show_hidden' }).as('showHidden')
cy.intercept({ method: 'PUT', url: '**/show_hidden' }).as('showHidden')
cy.get('.app-settings__content').contains('Show hidden files').closest('label').click()
cy.wait('@showHidden')
cy.get('.modal-container__close').click()
Expand Down

0 comments on commit ca52d18

Please sign in to comment.