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' },