Skip to content

Commit 5d3e165

Browse files
committed
[master] - updated readme
1 parent bc36c75 commit 5d3e165

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<artifactId>automotion</artifactId>
99
<version>2.0.0</version>
1010
<name>Automotion</name>
11-
<description>Library for automation testing</description>
12-
<url>https://www.itarray.net</url>
11+
<description>Library for smart visual automation testing</description>
12+
<url>https://automotion.itarray.net</url>
1313

1414
<licenses>
1515
<license>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Responsive UI Validator allows to validate UI on web or mobile page using lots of criterias. Also it allows tu build thr HTMl report after validation.
2121

2222
ResponsiveUIValidator uiValidator = new ResponsiveUIValidator(driver);
23-
UISnapshot mainSnapshot = responsiveUIValidator.snapshot("Main");
23+
UISnapshot mainSnapshot = uiValidator.snapshot("Main");
2424

2525
boolean success = mainSnapshot.findElement(page.topSlider(), "Top Slider")
2626
.isLeftAlignedWith(page.gridContainer(), "Grid Container")

0 commit comments

Comments
 (0)