Closed
Description
Sometimes Cypress takes screenshots of slightly differences sizes during the same test. If the screnshots are different sizes the test fails. But I notice in the code that it calls alignImagesToSameSize
function if they are different sizes to try and do the comparison on resized images. If the test always fails what is the reason for alignImagesToSameSize
? Perhaps it should attempt to continue with the comparison after resizing the images?
Example of the diff we see in screenshot size between runs: