We are using codeceptjs-resemblehelper to perform visual regression testing for our application that supports multiple locales. We are logging in with users mapped to these locales to achieve this.
We were trying a negative scenario where we compared two search boxes of different locales.
The tests are passing even though the locales are not the same. I used another screenshot for comparison to see if the screen comparison is actually working or not. It looks like only the dimensions are considered and not the contents in the screenshot which is weird.
We are using codeceptjs-resemblehelper to perform visual regression testing for our application that supports multiple locales. We are logging in with users mapped to these locales to achieve this.
We were trying a negative scenario where we compared two search boxes of different locales.
The tests are passing even though the locales are not the same. I used another screenshot for comparison to see if the screen comparison is actually working or not. It looks like only the dimensions are considered and not the contents in the screenshot which is weird.
Could you please take a look at this?