This commit is contained in:
Julius Knorr 2025-12-02 12:56:44 +00:00 committed by GitHub
commit da05de4823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -181,17 +181,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()
})

View file

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