Skip to content

Commit 45c6c57

Browse files
authored
Merge pull request #8683 from nextcloud/renovate/main-tiptap
fix(deps): update tiptap (main)
2 parents 6407588 + 35f3b4d commit 45c6c57

5 files changed

Lines changed: 296 additions & 319 deletions

File tree

cypress/e2e/Links.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ describe('test link marks', function() {
133133
const link = 'other://protocol'
134134
cy.insertLine(`[text](${link})`)
135135
cy.getContent().find(`a[href*="${link}"]`).should('not.exist')
136-
clickLink('#')
137-
cy.get('.link-view-bubble__title', { timeout: 10000 }).contains('other://protocol')
138-
cy.get('.link-view-bubble a').should('not.exist')
136+
cy.getContent().find('a[href="#]').should('not.exist')
139137
})
140138
})
141139

0 commit comments

Comments
 (0)