From f4b642eab36032bbc8f50bb5f78df672858caa05 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 18 Dec 2023 11:48:40 +0100 Subject: [PATCH] Revert "test(cy): skip test failing due to server issue" This reverts commit 77d77561fc835335a72b6fecc6d5f53d895ca8e1. Signed-off-by: Max --- cypress/e2e/attachments.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/e2e/attachments.spec.js b/cypress/e2e/attachments.spec.js index 7a2e6066739..865fa4bc005 100644 --- a/cypress/e2e/attachments.spec.js +++ b/cypress/e2e/attachments.spec.js @@ -371,8 +371,7 @@ describe('Test all attachment insertion methods', () => { }) }) - // Skip as https://github.com/nextcloud/server/issues/42306 causes this to fail. - 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', () => { const fileName = 'deleteSource.md' cy.createMarkdown(fileName, '![git](.attachments.123/github.png)', false).then((fileId) => { const attachmentsFolder = `.attachments.${fileId}`