Skip to content

Commit

Permalink
Merge pull request #2154 from nextcloud/stable28-bump-ncvue-to-v8.6.2
Browse files Browse the repository at this point in the history
[stable28] Bump NcVue to `v8.6.2`
  • Loading branch information
AndyScherzinger authored Feb 8, 2024
2 parents 1cd8aa2 + b6bcb0b commit bbf9c22
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 28 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/sharing/download-share-disabled.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe(`Download ${fileName} in viewer`, function() {
// Open the share menu
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('span:contains(\'Hide download\')').as('hideDownloadBtn').click({ force: true })
cy.get('@hideDownloadBtn').prev('input[type=checkbox]').should('be.checked')

// Log out and access link share
Expand Down
4 changes: 2 additions & 2 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ Cypress.Commands.add(
'clickAction',
{ prevSubject: 'element' },
(subject, action) => {
subject.find('[data-cy-files-list-row-actions] button').click()
cy.get(`[data-cy-files-list-row-action="${action}"]`).click()
subject.find('[data-cy-files-list-row-actions] [aria-label="Actions"]').click()
cy.get(`[data-cy-files-list-row-action="${action}"] [role="menuitem"]`).click()
},
)

Expand Down
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

23 changes: 5 additions & 18 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": "^3.0.0",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vue": "^8.6.1",
"@nextcloud/vue": "^8.6.2",
"@skjnldsv/vue-plyr": "^7.4.0",
"camelcase": "^8.0.0",
"debounce": "^1.2.1",
Expand Down

0 comments on commit bbf9c22

Please sign in to comment.