Skip to content

Commit 2cb5727

Browse files
committed
default locally when driver not set is chrome now, catching another spot [ci skip]
1 parent 9717494 commit 2cb5727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/testing/SeleniumTestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public SeleniumTestRunner(Class<?> klass) throws InitializationError {
3939
super(klass);
4040
Browser browser = Browser.detect();
4141
if (browser == null && DevMode.isInDevMode()) {
42-
browser = Browser.ff;
42+
browser = Browser.chrome;
4343
}
4444
ignorance = new TestIgnorance(browser);
4545
}

0 commit comments

Comments
 (0)