Update baseline images for UI tests

This commit is contained in:
Martin H. Normark
2022-12-29 22:29:42 +01:00
parent 89c2be5760
commit 3ff161d22b
2 changed files with 2 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

+2 -1
View File
@@ -10,7 +10,8 @@
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"cypress": "cypress open"
"cypress": "cypress open",
"cypress-image-baseline": "cypress-image-diff -u"
},
"dependencies": {
"@chakra-ui/react": "^2.4.4",