Skip to content

Commit 48f065d

Browse files
Merge pull request #8185 from nextcloud/renovate/main-nextcloud-vue-8.x
fix(deps): update dependency @nextcloud/vue to ^8.37.0 (main)
2 parents c757719 + cf4829b commit 48f065d

File tree

3 files changed

+105
-111
lines changed

3 files changed

+105
-111
lines changed

cypress/e2e/nodes/PreviewOptions.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Preview Options', function () {
3131
.contains('Open in new tab')
3232
.should('be.visible')
3333
cy.get('.action-button__text').contains('Remove link').should('be.visible')
34-
cy.get('.action-radio__label').each((el) => {
34+
cy.get('.action-radio__text').each((el) => {
3535
cy.wrap(el)
3636
.invoke('text')
3737
.should('match', /Text only|Show link preview/)
@@ -40,7 +40,7 @@ describe('Preview Options', function () {
4040

4141
it('should toggle to Link Preview', function () {
4242
cy.get('.preview').should('not.exist')
43-
cy.get('.action-radio__label').each((el) => {
43+
cy.get('.action-radio__text').each((el) => {
4444
cy.wrap(el)
4545
.invoke('text')
4646
.then((text) => {

package-lock.json

Lines changed: 102 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@nextcloud/notify_push": "^1.3.1",
4545
"@nextcloud/router": "^3.1.0",
4646
"@nextcloud/sharing": "^0.4.0",
47-
"@nextcloud/vue": "^8.35.2",
47+
"@nextcloud/vue": "^8.37.0",
4848
"@quartzy/markdown-it-mentions": "^0.2.0",
4949
"@tiptap/core": "^3.19.0",
5050
"@tiptap/extension-blockquote": "^3.19.0",

0 commit comments

Comments
 (0)