Skip to content

Commit

Permalink
Merge pull request #5306 from nextcloud/renovate/main-cypress-split-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency cypress-split to ^1.18.5 (main)
  • Loading branch information
github-actions[bot] authored Jan 24, 2024
2 parents a482272 + 54dc1fc commit 4194e1c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/attachments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('Test all attachment insertion methods', () => {
cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias)

cy.log('Go back from home to sub folder')
cy.get('.file-picker__breadcrumbs a[title="Home"]').click()
cy.get('.file-picker__breadcrumbs button[title="Home"]').click()
cy.get('.file-picker__main .file-picker__file-name[title="sub"]').click()

cy.log('Go to sub folder (b)')
Expand All @@ -217,7 +217,7 @@ describe('Test all attachment insertion methods', () => {
cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias)

cy.log('Go back to home')
cy.get('.file-picker__breadcrumbs a[title="Home"]').click()
cy.get('.file-picker__breadcrumbs button[title="Home"]').click()

cy.log('Select the file in the filepicker')
cy.get('.file-picker__main .file-picker__file-name[title="github"]').click()
Expand Down
30 changes: 15 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 @@ -130,7 +130,7 @@
"@vue/vue2-jest": "^29.2.6",
"@vueuse/core": "^10.7.2",
"cypress": "^13.6.2",
"cypress-split": "^1.18.4",
"cypress-split": "^1.18.5",
"cypress-visual-regression": "^3.0.0",
"eslint-plugin-cypress": "^2.15.1",
"identity-obj-proxy": "^3.0.0",
Expand Down

0 comments on commit 4194e1c

Please sign in to comment.