attempting to use 0% difference for screenshot verification

- this may cause false errors with the navigation/status bar https://github.com/cashapp/paparazzi/issues/453#issuecomment-1254001714
This commit is contained in:
Adam Brown 2022-09-27 10:16:45 +01:00
parent 4a81ee25ac
commit 28f4e79b43
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class PaparazziExampleScreenshotTest {
val paparazzi = Paparazzi(
deviceConfig = PIXEL_3,
theme = "Theme.Vector.Light",
maxPercentDifference = 0.0,
)
@Test