Skip to content

Commit e001b57

Browse files
authored
Merge pull request #15 from ITArray/1.4.2-update-dependencies
1.4.2 update dependencies
2 parents dc986a0 + 35573e3 commit e001b57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>com.webfirmframework</groupId>
193193
<artifactId>wffweb</artifactId>
194-
<version>2.1.2</version>
194+
<version>2.1.3</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.assertj</groupId>

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Build Status](https://travis-ci.org/ITArray/Automotion.svg?branch=1.4.2-update)](https://travis-ci.org/ITArray/Automotion)
2+
23
# Automotion #
3-
This is JAVA library for the running of mobile, web or API automated tests.
4+
![alt tag](http://visual.itarray.net/images/Automotion.jpg)
45

56
##### Example: https://github.com/ITArray/automotion-example
67
### Steps to connect ###

src/test/java/ResponsiveValidatorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import org.openqa.selenium.By;
77
import org.openqa.selenium.WebDriver;
88
import org.openqa.selenium.WebElement;
9-
import org.openqa.selenium.phantomjs.PhantomJSDriverService;
109
import util.driver.WebDriverFactory;
1110
import util.validator.ResponsiveUIValidator;
1211

0 commit comments

Comments
 (0)