diff --git a/cypress/e2e/test-nextcloud.cy.js b/cypress/e2e/test-nextcloud.cy.js
index cdbc5eda8b3dde9ca1cccb1a4c277a60769805b1..265a8a619473ffebaea68797325892f03555e14d 100644
--- a/cypress/e2e/test-nextcloud.cy.js
+++ b/cypress/e2e/test-nextcloud.cy.js
@@ -56,7 +56,7 @@ describe('Test nextcloud', () => {
     // Create a new OO document with a random file name
     cy.visit('apps/files')
     cy.contains('button', 'New').click()
-    const file_rand = 'test-' + Math.random().toString(16).substr(2, 12)
+    const file_rand = '{selectAll}{del}test-' + Math.random().toString(16).substr(2, 12) + '.docx'
     cy.contains('button', 'New document').click()
     cy.get('input[placeholder="Filename"]').type(file_rand)
     cy.contains('span', 'Create').click()