Skip to content

Commit a807c3c

Browse files
Change screenshot threshold to 0.005 (#532)
1 parent 9e2ea9c commit a807c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uitestutils/src/main/java/com/gravatar/uitestutils/RoborazziTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract class RoborazziTest {
4343
roborazziOptions = RoborazziOptions(
4444
compareOptions = RoborazziOptions.CompareOptions(
4545
imageComparator = SimpleImageComparator(maxDistance = 0.007F, hShift = 1),
46-
changeThreshold = 0.01f,
46+
changeThreshold = 0.005f,
4747
),
4848
),
4949
),

0 commit comments

Comments
 (0)