Skip to content

Commit

Permalink
swisspost#162: fixed cucumber test
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 11, 2017
1 parent e66c245 commit 684d617
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public class HookJsSteps {

@Given("^Chrome has been started$")
public void chromeHasBeenStarted() throws Throwable {
System.setProperty("sel_chrome_driver", "/home/jonas/work/jrepo-local/tools/chromedrivers/chromedriver2-32");
System.setProperty("webdriver.chrome.driver", System.getProperty("sel_chrome_driver"));
webDriver = new ChromeDriver();
}
Expand Down

0 comments on commit 684d617

Please sign in to comment.