Skip to content

Commit 0a38445

Browse files
committed
Add match level
1 parent d51da83 commit 0a38445

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/applitools/example/LayoutRegionsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public static void main(String [] args) {
4747
new ChromeEmulationInfo(DeviceName.Nexus_10, ScreenOrientation.LANDSCAPE)
4848
);
4949

50-
// The match level determines the way by which Eyes compares the checkpoint image with the baseline image.
51-
// Read more about our available algorithms here: https://applitools.com/docs/eyes/concepts/best-practices/match-levels
5250
config.setMatchLevel(MatchLevel.STRICT);
5351

5452
eyes.setConfiguration(config);

0 commit comments

Comments
 (0)