Skip to content

Commit

Permalink
swisspost#162: lifted version of chrome driver slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 6, 2017
1 parent 5e458d3 commit 04f7d34
Show file tree
Hide file tree
Showing 2 changed files 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/chromedriver2-19");
System.setProperty("webdriver.chrome.driver", "src/test/resources/chromedriver/chromedriver2-21");
webDriver = new ChromeDriver();
webDriver.get("http://localhost:" + MAIN_PORT + ROOT + "/hooktest.html");

Expand Down
Binary file not shown.

0 comments on commit 04f7d34

Please sign in to comment.