Skip to content

Commit

Permalink
default locally when driver not set is chrome now, catching another s…
Browse files Browse the repository at this point in the history
…pot [ci skip]
  • Loading branch information
lukeis committed Oct 19, 2016
1 parent 9717494 commit 2cb5727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public SeleniumTestRunner(Class<?> klass) throws InitializationError {
super(klass);
Browser browser = Browser.detect();
if (browser == null && DevMode.isInDevMode()) {
browser = Browser.ff;
browser = Browser.chrome;
}
ignorance = new TestIgnorance(browser);
}
Expand Down

0 comments on commit 2cb5727

Please sign in to comment.