Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 0aeefb8

Browse files
author
jacobawenger
committed
Change e2e tests back to running on Chrome
1 parent a2f860c commit 0aeefb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/local_protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports.config = {
1010
// Capabilities to be passed to the webdriver instance
1111
// For a full list of available capabilities, see https://code.google.com/p/selenium/wiki/DesiredCapabilities
1212
capabilities: {
13-
'browserName': 'firefox',
13+
'browserName': 'chrome',
1414
},
1515

1616
// Calls to protractor.get() with relative paths will be prepended with the baseUrl

0 commit comments

Comments
 (0)