|
|
@@ -6,7 +6,7 @@ import org.junit.Test;
|
|
6
|
6
|
import org.openqa.selenium.By;
|
|
7
|
7
|
import org.openqa.selenium.WebDriver;
|
|
8
|
8
|
import org.openqa.selenium.WebElement;
|
|
9
|
|
-import org.openqa.selenium.chrome.ChromeDriver;
|
|
|
9
|
+import org.openqa.selenium.phantomjs.PhantomJSDriver;
|
|
10
|
10
|
|
|
11
|
11
|
import static org.junit.Assert.assertEquals;
|
|
12
|
12
|
|
|
|
@@ -15,7 +15,7 @@ public class AcceptanceTest {
|
|
15
|
15
|
|
|
16
|
16
|
@Before
|
|
17
|
17
|
public void setup() {
|
|
18
|
|
- driver = new ChromeDriver();
|
|
|
18
|
+ driver = new PhantomJSDriver();
|
|
19
|
19
|
}
|
|
20
|
20
|
|
|
21
|
21
|
@Test
|