aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cypress/e2e/files/files-renaming.cy.ts2
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')