diff --git a/pom.xml b/pom.xml index 3175c8e..bcaf205 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ com.webfirmframework wffweb - 2.1.2 + 2.1.3 org.assertj diff --git a/readme.md b/readme.md index b2654b1..1bcc7b2 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ [![Build Status](https://travis-ci.org/ITArray/Automotion.svg?branch=1.4.2-update)](https://travis-ci.org/ITArray/Automotion) + # Automotion # -This is JAVA library for the running of mobile, web or API automated tests. +![alt tag](http://visual.itarray.net/images/Automotion.jpg) ##### Example: https://github.com/ITArray/automotion-example ### Steps to connect ### diff --git a/src/test/java/ResponsiveValidatorTest.java b/src/test/java/ResponsiveValidatorTest.java index 99ebf15..1861490 100644 --- a/src/test/java/ResponsiveValidatorTest.java +++ b/src/test/java/ResponsiveValidatorTest.java @@ -6,7 +6,6 @@ import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; -import org.openqa.selenium.phantomjs.PhantomJSDriverService; import util.driver.WebDriverFactory; import util.validator.ResponsiveUIValidator;