Skip to content

Commit

Permalink
Merge pull request #6035 from nextcloud/renovate/stable29-nextcloud-v…
Browse files Browse the repository at this point in the history
…ue-8.x

fix(deps): update dependency @nextcloud/vue to ^8.15.0 (stable29)
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
2 parents 6ea35bc + 8a99a8b commit 98928f0
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 89 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/nodes/PreviewOptions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ describe('Preview Options', function() {
cy.openFile('empty.md')
cy.get('.entry-action__insert-link').click()
cy.get('li').get('[data-text-action-entry="insert-link-website"]').click()
cy.get('.input-field__input--trailing-icon').type('nextcloud.com')
cy.get('.input-field__trailing-button').click()
cy.get('[data-text-action-entry="insert-link-input"] input').type('nextcloud.com')
cy.get('[data-text-action-entry="insert-link-input"] button').click()
cy.get('.preview-options').click()
})

Expand Down
Loading

0 comments on commit 98928f0

Please sign in to comment.