Skip to content

Commit

Permalink
attempting to use 0% difference for screenshot verification
Browse files Browse the repository at this point in the history
- this may cause false errors with the navigation/status bar cashapp/paparazzi#453 (comment)
  • Loading branch information
ouchadam committed Sep 27, 2022
1 parent 4a81ee2 commit 28f4e79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class PaparazziExampleScreenshotTest {
val paparazzi = Paparazzi(
deviceConfig = PIXEL_3,
theme = "Theme.Vector.Light",
maxPercentDifference = 0.0,
)

@Test
Expand Down

0 comments on commit 28f4e79

Please sign in to comment.