diff options
Diffstat (limited to 'cypress/e2e/files_sharing/files-copy-move.cy.ts')
-rw-r--r-- | cypress/e2e/files_sharing/files-copy-move.cy.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cypress/e2e/files_sharing/files-copy-move.cy.ts b/cypress/e2e/files_sharing/files-copy-move.cy.ts index 07e35cc2d6e..fc8a04c3ab1 100644 --- a/cypress/e2e/files_sharing/files-copy-move.cy.ts +++ b/cypress/e2e/files_sharing/files-copy-move.cy.ts @@ -6,7 +6,6 @@ import type { User } from '@nextcloud/cypress' import { createShare } from './FilesSharingUtils.ts' import { getRowForFile, - moveFile, copyFile, navigateToFolder, triggerActionForFile, @@ -66,7 +65,6 @@ describe('files_sharing: Move or copy files', { testIsolation: true }, () => { }) }) - it('can create a file in a shared folder', () => { // share the folder cy.mkdir(user, '/folder') |