You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately in the project that I'm working on, we encountered some false positives, where we thought that the tests were actually working, but they were not. What happened was that after some refactorings, some of the tests passed, but actually, the new reference images had no size at all but the framework assumed that everything was okay. So there's a bug when the framework compares the current reference image with the empty red generated image.
The text was updated successfully, but these errors were encountered:
nuno-vieira
changed the title
False positive assertion when comparing old reference with empty image
False positive assertion when comparing reference with empty image
Apr 8, 2021
Bug Description
Unfortunately in the project that I'm working on, we encountered some false positives, where we thought that the tests were actually working, but they were not. What happened was that after some refactorings, some of the tests passed, but actually, the new reference images had no size at all but the framework assumed that everything was okay. So there's a bug when the framework compares the current reference image with the empty red generated image.
I've opened a PR with the fix here: #453
The text was updated successfully, but these errors were encountered: