We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62f974 commit 0099fa4Copy full SHA for 0099fa4
1 file changed
src/test/java/testinfrastructure/junitrule/SetUpAndTearDownDriver.java
@@ -44,7 +44,7 @@ public SetUpAndTearDownDriver(Class<?> htmlTestUrlClass) {
44
45
private static DriverToRunTestsIn whatDriversShouldTestsRun() {
46
if (isRunningAtWindowsContinuousIntegrationServer()) {
47
- return DriverToRunTestsIn.IE;
+ return DriverToRunTestsIn.CHROME;
48
}
49
if (isRunningAtContinuousIntegrationServer()) {
50
return DriverToRunTestsIn.HEADLESS_DRIVERS_JS_ON_AND_OFF;
0 commit comments