From 3c580822ecd1a8f1b1a7bb144484194d37a26c7e Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Tue, 29 Apr 2025 18:03:21 +0200 Subject: [PATCH] Revert "ci: Skip failing tests due to upstream issue" Signed-off-by: Elizabeth Danzberger --- cypress/e2e/integration.spec.js | 6 +++--- cypress/e2e/templates.spec.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cypress/e2e/integration.spec.js b/cypress/e2e/integration.spec.js index 93f95dc85b..b4fd1e8704 100644 --- a/cypress/e2e/integration.spec.js +++ b/cypress/e2e/integration.spec.js @@ -185,17 +185,17 @@ describe('Nextcloud integration', function() { cy.pickFile('document.odt') }) - it.skip('Can link to heading', function() { + it('Can link to heading', function() { cy.get('[data-cy-section-label="Headings"]').children().first().click() cy.get('[data-cy-link-to-section=""]').click() }) - it.skip('Can link to section', function() { + it('Can link to section', function() { cy.get('[data-cy-section-label="Sections"]').children().first().click() cy.get('[data-cy-link-to-section=""]').click() }) - it.skip('Can link to image', function() { + it('Can link to image', function() { cy.get('[data-cy-section-label="Images"]').children().first().click() cy.get('[data-cy-link-to-section=""]').click() }) diff --git a/cypress/e2e/templates.spec.js b/cypress/e2e/templates.spec.js index e8da9e890f..1a128dfae0 100644 --- a/cypress/e2e/templates.spec.js +++ b/cypress/e2e/templates.spec.js @@ -183,7 +183,7 @@ describe('User templates', function() { }) }) - it.skip('Create a document from a template with fields', () => { + it('Create a document from a template with fields', () => { const fields = [ { index: 'ContentControls.ByIndex.0', type: 'rich-text', alias: 'Name', content: 'Nextcloud' }, { index: 'ContentControls.ByIndex.1', type: 'rich-text', alias: 'Favorite app', content: 'richdocuments' },