Skip to content

Commit

Permalink
fix(cypress): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Jul 14, 2023
1 parent 7db27db commit 0862a76
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 22 deletions.
190 changes: 172 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"devDependencies": {
"@csstools/postcss-cascade-layers": "3.0.1",
"@cypress/code-coverage": "3.10.4",
"@cypress/code-coverage": "3.10.7",
"@IQSS/dataverse-client-javascript": "2.0.0-pr67.5dfc70a",
"@storybook/addon-a11y": "7.0.2",
"@storybook/addon-essentials": "7.0.2",
Expand All @@ -120,8 +120,8 @@
"chai-as-promised": "7.1.1",
"chromatic": "6.17.4",
"concurrently": "8.0.1",
"cypress": "12.5.1",
"cypress-vite": "1.3.0",
"cypress": "12.14.0",
"cypress-vite": "1.4.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ describe('FileThumbnail', () => {
it('does not render FileThumbnailPreviewImage when thumbnail is provided if restricted with no access', () => {
const file = FileMother.create({
access: { restricted: true, canDownload: false },
thumbnail: 'thumbnail'
thumbnail: 'thumbnail',
type: 'image'
})

cy.customMount(
Expand Down

0 comments on commit 0862a76

Please sign in to comment.