Skip to content

Commit

Permalink
Merge pull request #3044 from nextcloud/filesVersionCypressFix
Browse files Browse the repository at this point in the history
fix: files versions cypress test
  • Loading branch information
solracsf authored Jul 8, 2024
2 parents 010f726 + 4be26fe commit 3365fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/files_versions/filesVersionsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function nameVersion(index: number, name: string) {
triggerVersionAction(index, 'label')
cy.get(':focused').type(`${name}{enter}`)
cy.wait('@labelVersion')
cy.get('.modal-mask').should('not.be.visible')
cy.get('.modal-mask').should('not.exist')
}

export function restoreVersion(index: number) {
Expand Down

0 comments on commit 3365fec

Please sign in to comment.