Skip to content

Commit 127a7bb

Browse files
committed
Revert "ci: Skip failing tests due to upstream issue"
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 08496da commit 127a7bb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cypress/e2e/integration.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,17 +180,17 @@ describe('Nextcloud integration', function() {
180180
cy.pickFile('document.odt')
181181
})
182182

183-
it.skip('Can link to heading', function() {
183+
it('Can link to heading', function() {
184184
cy.get('[data-cy-section-label="Headings"]').children().first().click()
185185
cy.get('[data-cy-link-to-section=""]').click()
186186
})
187187

188-
it.skip('Can link to section', function() {
188+
it('Can link to section', function() {
189189
cy.get('[data-cy-section-label="Sections"]').children().first().click()
190190
cy.get('[data-cy-link-to-section=""]').click()
191191
})
192192

193-
it.skip('Can link to image', function() {
193+
it('Can link to image', function() {
194194
cy.get('[data-cy-section-label="Images"]').children().first().click()
195195
cy.get('[data-cy-link-to-section=""]').click()
196196
})

cypress/e2e/templates.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe('User templates', function() {
183183
})
184184
})
185185

186-
it.skip('Create a document from a template with fields', () => {
186+
it('Create a document from a template with fields', () => {
187187
const fields = [
188188
{ index: 'ContentControls.ByIndex.0', type: 'rich-text', alias: 'Name', content: 'Nextcloud' },
189189
{ index: 'ContentControls.ByIndex.1', type: 'rich-text', alias: 'Favorite app', content: 'richdocuments' },

0 commit comments

Comments
 (0)