John Rodriguez
John Rodriguez
Thanks @andersu for that helpful tip! I'm closing this since it seems like a test setup issue vs a paparazzi issue.
@Dambakk i was able to reproduce this in this [commit](https://github.com/cashapp/paparazzi/commit/84a0684b9c8842c91b60160876b90c5fb8c33d93) using the recipe outlined here: https://github.com/cashapp/paparazzi/issues/453#issuecomment-1155526473 but in my use case, changing the maxPercentDifference to 0.0, allowed for this step...
@Dambakk mind taking a look?
> just wanted to start a conversation in case you have seen this before somewhere definitely haven't seen this before. will try to dig in next week.
@mshearer123 I wonder if the difference was below the 0.1% threshold. In those cases, it is possible to get a verify to pass (because it's small enough of a difference)...
Possibly related to https://github.com/gradle/gradle/issues/19710? I'm curious as to whether downgrading to 7.3.3 or 7.4.1 fixes the underlying issue.
Are you using Paparazzi 0.9.3 or latest SNAPSHOT?
Can you provide the build failure message? Re: `implementation` vs `compileOnly`, I've gone back and forth on which is better. A concern I have on moving to the latter would...
I installed the last few stable versions of Android Studio and found out that html styles in string resources were not supported until Android Studio 4.1. 4.0.2 (left) vs 4.1...
Repro branch: https://github.com/cashapp/paparazzi/compare/jrod/2021-11-22/test-html-string-issue?expand=1