Skip to content

Commit

Permalink
swisspost#162: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 6, 2017
1 parent 6c18177 commit a07baee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class HookJsUITest extends AbstractTest {
@Test
public void testSingleHook() throws InterruptedException {

System.setProperty("webdriver.chrome.driver", "src/test/resources/chromedriver/chromedriver");
System.setProperty("webdriver.chrome.driver", "src/test/resources/chromedriver/chromedriver2-19");
webDriver = new ChromeDriver();
webDriver.get("http://localhost:" + MAIN_PORT + ROOT + "/hooktest.html");

Expand Down

0 comments on commit a07baee

Please sign in to comment.