Skip to content

Commit

Permalink
Merge pull request #2067 from nextcloud/deps/nextcloud/vue-8.2.0
Browse files Browse the repository at this point in the history
chore: Bump @nextcloud/vue to v8.2.0
  • Loading branch information
AndyScherzinger authored Nov 18, 2023
2 parents 4af3f4a + 0d3f863 commit f434199
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/sharing/download-share-disabled.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ describe(`Download ${fileName} in viewer`, function() {
cy.visit('/apps/files')
cy.getFile('Photos').clickAction('details')
cy.get('aside.app-sidebar').should('be.visible')
cy.get('[data-id="sharing"] label').click()
cy.get('[role="tablist"]').contains('[role="tab"]', 'Sharing').click()

// Open the share menu
cy.get(`.sharing-link-list > .sharing-entry > .action-item[href*='/s/${token}'] + .sharing-entry__actions .action-item__menutoggle`).click()
cy.get('.sharing-link-list > .sharing-entry [aria-label*=\'Actions for "Share link"\']').click()
cy.get('.action-button:contains(\'Customize link\')').click()
cy.get('label:contains(\'Hide download\')').as('hideDownloadBtn').click()
cy.get('@hideDownloadBtn').prev('input[type=checkbox]').should('be.checked')
Expand Down
60 changes: 30 additions & 30 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 @@ -54,7 +54,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vue": "^8.0.0-beta.8",
"@nextcloud/vue": "^8.2.0",
"@skjnldsv/vue-plyr": "^7.4.0",
"camelcase": "^8.0.0",
"debounce": "^1.2.1",
Expand Down

0 comments on commit f434199

Please sign in to comment.