Skip to content

Commit

Permalink
Fix cypress run
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Jan 6, 2023
1 parent 303d18b commit 4a3ec86
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
npm ci
- name: Cypress run
uses: cypress-io/github-action@v3
uses: cypress-io/github-action@v5
with:
component: true
install: false # we have already installed all dependencies above
Expand Down
45 changes: 10 additions & 35 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 @@ -77,7 +77,7 @@
"npm": "^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@cypress/vue": "^2.2.4",
"@cypress/vue2": "^2.0.1",
"@cypress/webpack-dev-server": "^1.8.4",
"@cypress/webpack-preprocessor": "5.16.1",
"@fontsource/roboto": "^4.5.8",
Expand Down
2 changes: 1 addition & 1 deletion tests/visual/components/NcAppSidebar/NcAppSidebarMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
*/

import { mount } from '@cypress/vue'
import { mount } from '@cypress/vue2'
import sanitize from 'sanitize-filename'

import NcAppSidebar from '../../../../src/components/NcAppSidebar/NcAppSidebar.vue'
Expand Down

0 comments on commit 4a3ec86

Please sign in to comment.