There was an error while loading. Please reload this page.
1 parent 0fc58bf commit a32e5daCopy full SHA for a32e5da
1 file changed
cypress/e2e/Links.spec.js
@@ -175,7 +175,6 @@ describe('test link marks', function() {
175
const checkLinkWebsite = (url, text) => {
176
cy.getSubmenuEntry('insert-link', 'insert-link-website').click()
177
cy.getActionSubEntry('insert-link-input')
178
- .find('input[type="text"]')
179
.type(`${url}{enter}`)
180
cy.getContent()
181
.find(`a[href*="${url}"]`)
0 commit comments