diff --git a/cypress/e2e/files_versions/filesVersionsUtils.ts b/cypress/e2e/files_versions/filesVersionsUtils.ts index c99d1f063..f91cb8634 100644 --- a/cypress/e2e/files_versions/filesVersionsUtils.ts +++ b/cypress/e2e/files_versions/filesVersionsUtils.ts @@ -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) {