diff --git a/cypress/e2e/integration.spec.js b/cypress/e2e/integration.spec.js index 5f58903194..f48e2d7dcd 100644 --- a/cypress/e2e/integration.spec.js +++ b/cypress/e2e/integration.spec.js @@ -164,17 +164,17 @@ describe('Nextcloud integration', function() { cy.pickFile('document.odt') }) - it('Can link to heading', function() { + it.skip('Can link to heading', function() { cy.get('[data-cy-section-label="Headings"]').children().first().click() cy.get('[data-cy-link-to-section=""]').click() }) - it('Can link to section', function() { + it.skip('Can link to section', function() { cy.get('[data-cy-section-label="Sections"]').children().first().click() cy.get('[data-cy-link-to-section=""]').click() }) - it('Can link to image', function() { + it.skip('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 860168354e..e14d4aa9b0 100644 --- a/cypress/e2e/templates.spec.js +++ b/cypress/e2e/templates.spec.js @@ -182,7 +182,7 @@ describe('User templates', function() { }) }) - it('Create a document from a template with fields', () => { + it.skip('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' },