diff --git a/cypress/e2e/files/files-copy-move.cy.ts b/cypress/e2e/files/files-copy-move.cy.ts index 197283bd65c..086248eef3c 100644 --- a/cypress/e2e/files/files-copy-move.cy.ts +++ b/cypress/e2e/files/files-copy-move.cy.ts @@ -78,7 +78,7 @@ describe('Files: Move or copy files', { testIsolation: true }, () => { getRowForFile('original folder').should('not.exist') }) - it.only('Can move a file to its parent folder', () => { + it('Can move a file to its parent folder', () => { cy.mkdir(currentUser, '/new-folder') cy.uploadContent(currentUser, new Blob(), 'text/plain', '/new-folder/original.txt') cy.login(currentUser)