Skip to content

Commit ce83251

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

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
@@ -177,17 +177,17 @@ describe('Nextcloud integration', function() {
177177
cy.pickFile('document.odt')
178178
})
179179

180-
it.skip('Can link to heading', function() {
180+
it('Can link to heading', function() {
181181
cy.get('[data-cy-section-label="Headings"]').children().first().click()
182182
cy.get('[data-cy-link-to-section=""]').click()
183183
})
184184

185-
it.skip('Can link to section', function() {
185+
it('Can link to section', function() {
186186
cy.get('[data-cy-section-label="Sections"]').children().first().click()
187187
cy.get('[data-cy-link-to-section=""]').click()
188188
})
189189

190-
it.skip('Can link to image', function() {
190+
it('Can link to image', function() {
191191
cy.get('[data-cy-section-label="Images"]').children().first().click()
192192
cy.get('[data-cy-link-to-section=""]').click()
193193
})

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)