Skip to content

Commit

Permalink
Merge pull request #4979 from nextcloud/renovate/main-nextcloud-vue-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nextcloud/vue to ^8.0.1 (main)
  • Loading branch information
juliushaertl authored Nov 11, 2023
2 parents 12f0d3e + b73ba5c commit 0383057
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/mobile.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Mobile actions', {
getRemainItem('formatting-help').click()

cy.get('[data-text-el="formatting-help"]').should('be.visible')
cy.get('[data-text-el="formatting-help"]').find('button[aria-label="Close modal"]').click()
cy.get('[data-text-el="formatting-help"]').find('button.modal-container__close').click()
cy.get('[data-text-el="formatting-help"]').should('not.exist')
})
})
28 changes: 13 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nextcloud/logger": "^2.7.0",
"@nextcloud/moment": "^1.2.2",
"@nextcloud/router": "^2.2.0",
"@nextcloud/vue": "^8.0.0-beta.10",
"@nextcloud/vue": "^8.0.1",
"@quartzy/markdown-it-mentions": "^0.2.0",
"@tiptap/core": "^2.1.12",
"@tiptap/extension-blockquote": "^2.1.12",
Expand Down

0 comments on commit 0383057

Please sign in to comment.