We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51da83 commit 0a38445Copy full SHA for 0a38445
src/test/java/com/applitools/example/LayoutRegionsTest.java
@@ -47,8 +47,6 @@ public static void main(String [] args) {
47
new ChromeEmulationInfo(DeviceName.Nexus_10, ScreenOrientation.LANDSCAPE)
48
);
49
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
52
config.setMatchLevel(MatchLevel.STRICT);
53
54
eyes.setConfiguration(config);
0 commit comments