Skip to content

Commit a32e5da

Browse files
committed
test(cypress): fix selector for link input field
Changed with nextcloud-vue v9. Signed-off-by: Jonas <jonas@freesources.org>
1 parent 0fc58bf commit a32e5da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cypress/e2e/Links.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ describe('test link marks', function() {
175175
const checkLinkWebsite = (url, text) => {
176176
cy.getSubmenuEntry('insert-link', 'insert-link-website').click()
177177
cy.getActionSubEntry('insert-link-input')
178-
.find('input[type="text"]')
179178
.type(`${url}{enter}`)
180179
cy.getContent()
181180
.find(`a[href*="${url}"]`)

0 commit comments

Comments
 (0)