Skip to content

Commit 639218c

Browse files
committed
[master] - release 2.0.7-beta2
1 parent 06de63c commit 639218c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.itarray</groupId>
88
<artifactId>automotion</artifactId>
9-
<version>2.0.7-beta1</version>
9+
<version>2.0.7-beta2</version>
1010
<name>Automotion</name>
1111
<description>Library for smart visual automation testing</description>
1212
<url>https://automotion.itarray.net</url>

src/test/java/ResponsiveValidatorNewDSLTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void testThatResponsiveValidatorWorks() {
6969
ResponsiveUIValidator responsiveUIValidator = new ResponsiveUIValidator(driver);
7070

7171
responsiveUIValidator.setLinesColor(Color.BLACK);
72+
responsiveUIValidator.withTolerance(-10);
7273
SoftAssertions softly = new SoftAssertions();
7374

7475
time("-1-");

0 commit comments

Comments
 (0)