Skip to content

Commit 3c58082

Browse files
juliusknorrjoshtrichards
authored andcommitted
Revert "ci: Skip failing tests due to upstream issue"
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 94525d6 commit 3c58082

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
@@ -185,17 +185,17 @@ describe('Nextcloud integration', function() {
185185
cy.pickFile('document.odt')
186186
})
187187

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

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

198-
it.skip('Can link to image', function() {
198+
it('Can link to image', function() {
199199
cy.get('[data-cy-section-label="Images"]').children().first().click()
200200
cy.get('[data-cy-link-to-section=""]').click()
201201
})

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)