-
Notifications
You must be signed in to change notification settings - Fork 54
Test passes with different images when using 'seeVisualDiffForElement' for comparison. #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It seems we have a bug with diff images being generated all the time, I will fix this issue in new release thanks a lot |
Same issue |
The main issue here is that the obvious differences between base and current image are not detected and the test is not failing. |
Did you try on the latest version? |
We have released the latest version (1.9.7) of the library yesterday. I would ask to check against the latest version and let us know. |
Hello!
I've got a test looking like that:
If I change added tool (2nd line) test keep passing instead of fail.
Both images have the same dimensions.
Also, for some reason, test produces diff image, without highlighted difference.
Test run results
Test Output image:
Base image:
Generated diff image (generates copy of base image):
Console output:

Additional info
Checked with different 'tolerance' level but got almost the same results. Diff image generated only with {tolerance: 0}
Also checked larger images - same results.
The text was updated successfully, but these errors were encountered: