mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
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:
parent
4a81ee25ac
commit
28f4e79b43
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class PaparazziExampleScreenshotTest {
|
|||
val paparazzi = Paparazzi(
|
||||
deviceConfig = PIXEL_3,
|
||||
theme = "Theme.Vector.Light",
|
||||
maxPercentDifference = 0.0,
|
||||
)
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Reference in a new issue