We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06de63c commit 639218cCopy full SHA for 639218c
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>net.itarray</groupId>
8
<artifactId>automotion</artifactId>
9
- <version>2.0.7-beta1</version>
+ <version>2.0.7-beta2</version>
10
<name>Automotion</name>
11
<description>Library for smart visual automation testing</description>
12
<url>https://automotion.itarray.net</url>
src/test/java/ResponsiveValidatorNewDSLTest.java
@@ -69,6 +69,7 @@ public void testThatResponsiveValidatorWorks() {
69
ResponsiveUIValidator responsiveUIValidator = new ResponsiveUIValidator(driver);
70
71
responsiveUIValidator.setLinesColor(Color.BLACK);
72
+ responsiveUIValidator.withTolerance(-10);
73
SoftAssertions softly = new SoftAssertions();
74
75
time("-1-");
0 commit comments