Skip to content

Commit 0099fa4

Browse files
committed
chore(appveyor): attempt to run chrome tests
1 parent d62f974 commit 0099fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/testinfrastructure/junitrule/SetUpAndTearDownDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public SetUpAndTearDownDriver(Class<?> htmlTestUrlClass) {
4444

4545
private static DriverToRunTestsIn whatDriversShouldTestsRun() {
4646
if (isRunningAtWindowsContinuousIntegrationServer()) {
47-
return DriverToRunTestsIn.IE;
47+
return DriverToRunTestsIn.CHROME;
4848
}
4949
if (isRunningAtContinuousIntegrationServer()) {
5050
return DriverToRunTestsIn.HEADLESS_DRIVERS_JS_ON_AND_OFF;

0 commit comments

Comments
 (0)