From f37a492f45a050b14f521f04d49a6239968ffea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 26 Oct 2023 15:12:38 +0200 Subject: [PATCH] Revert "tmp: skip known attachment failures" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 66d5c7dc07330669b0e7fd7a917648584a2d84d2. Signed-off-by: Julius Härtl --- cypress/e2e/attachments.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/attachments.spec.js b/cypress/e2e/attachments.spec.js index 7bbff855bfb..8aa37f13517 100644 --- a/cypress/e2e/attachments.spec.js +++ b/cypress/e2e/attachments.spec.js @@ -336,7 +336,7 @@ describe('Test all attachment insertion methods', () => { }) }) - it.skip('test if attachment folder is copied when copying a markdown file', () => { + it('test if attachment folder is copied when copying a markdown file', () => { cy.copyFile('subFolder/test.md', 'testCopied.md') cy.visit('/apps/files') @@ -358,7 +358,7 @@ describe('Test all attachment insertion methods', () => { }) }) - it.skip('test if attachment folder is deleted after having deleted a markdown file', () => { + it('test if attachment folder is deleted after having deleted a markdown file', () => { cy.copyFile('subFolder/test.md', 'testCopied.md') cy.visit('/apps/files') cy.getFile('testCopied.md') @@ -374,7 +374,7 @@ describe('Test all attachment insertion methods', () => { currentUser = recipient }) - it.skip('[share] check everything behaves correctly on the share target user side', () => { + it('[share] check everything behaves correctly on the share target user side', () => { cy.visit('/apps/files') // check the file list cy.getFile('test.md')