diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-03-19 18:58:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 18:58:38 +0100 |
commit | bec567164e62b230ae0993df73593e324b4f99e3 (patch) | |
tree | e8b77029295d403ec2e4fca0651860a5fdec6a2c | |
parent | 2b03f795125597ef9340c83d50213ff28d30f707 (diff) | |
download | nextcloud-server-backport/51146/stable29.tar.gz nextcloud-server-backport/51146/stable29.zip |
test(cypress): adjust files-renamingbackport/51146/stable29
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | cypress/e2e/files/files-renaming.cy.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cypress/e2e/files/files-renaming.cy.ts b/cypress/e2e/files/files-renaming.cy.ts index 80484d1652c..47bf6cf34bc 100644 --- a/cypress/e2e/files/files-renaming.cy.ts +++ b/cypress/e2e/files/files-renaming.cy.ts @@ -21,8 +21,6 @@ describe('files: Rename nodes', { testIsolation: true }, () => { cy.createRandomUser().then(($user) => { user = $user - // remove welcome file - cy.rm(user, '/welcome.txt') // create a file called "file.txt" cy.uploadContent(user, new Blob([]), 'text/plain', '/file.txt') |