proton
proton copied to clipboard
All snapshot test cases fail on iOS 18
Hi, I'm working on a PR for this project and wanted to add testing of my feature. When running the snapshot testing I notice all (191 cases) of them fail. If I change the precision to 0.99 instead of 1 many of them passes but not all of them.
When comparing the diff in images it looks like the text rendering has changed slightly so that's why 0.99 precision fixes many of them.
If I run the tests in iOS 17 111 test cases fail.
I am having issues with some lists specific snapshots from being generated on iOS 18 and that's why I have not been able to update to it. It is in my plan but I am not able to make time to work on it. I am not yet sure if the issue is with iOS or the snapshotting library itself which is why this may take some time before I am able to fix it.