snapshot different from storybook static page #517
Unanswered
maxkarkowski
asked this question in
Support
Replies: 1 comment 2 replies
-
Hey @maxkarkowski! In order to debug this we'll need to know the snapshot ID or build URL. It could be a legitimate thing that's happening in whatever browser that's capturing the screenshot or it could be something else. No way to know without looking at the build though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The problem
i am implementing the percy/storybook package right now and found a difference between the snapshot percy took and the actual storybook static html file.
this is the snapshot percy took
![percy snapshot](https://user-images.githubusercontent.com/622841/154036781-7a8b6927-718f-4cf7-973f-bb0f69aa28c7.png)
and this is the actual storybook
![storybook static](https://user-images.githubusercontent.com/622841/154036786-9b15f52f-c432-47a2-8ac1-8ffa27a905e3.png)
u see the asterix breaks in a new line in the snapshot
Environment
"@percy/cli": "^1.0.0-beta.75",
"@percy/storybook": "^4.1.0",
Beta Was this translation helpful? Give feedback.
All reactions