From b010d559bb8aa18c29572252055c1dc455a6be64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 2 Nov 2023 22:46:03 +0100 Subject: [PATCH] Revert "ci: Skip failing link to directory test" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7020248b4b883b4184ce0f2db41f709216969517. Signed-off-by: Julius Härtl --- cypress/e2e/nodes/Links.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/nodes/Links.spec.js b/cypress/e2e/nodes/Links.spec.js index 23d406dcfc0..82d09272d47 100644 --- a/cypress/e2e/nodes/Links.spec.js +++ b/cypress/e2e/nodes/Links.spec.js @@ -170,7 +170,7 @@ describe('test link marks', function() { cy.get('.modal-name').should('include.text', fileName) }) }) - it.skip('link to directory', () => { + it('link to directory', () => { cy.createFolder(`${window.__currentDirectory}/dummy folder`) cy.getFile(fileName).then($el => { cy.getContent().type(`${text}{selectAll}`)