Skip to content

Commit f41ff0d

Browse files
committed
Keep seleniumAddress unset for real.
1 parent 4919d34 commit f41ff0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tour-of-heroes/protractor-saucelabs.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var testName = 'Tour of Heroes Smoke Tests'
44

55
var ciConfig = {
66
// Note that seleniumAddress must be unset in order for SauceLabs to work.
7-
// seleniumAddress: "http://localhost:4445/wd/hub",
7+
seleniumAddress: false,
88
sauceUser: process.env.SAUCE_USERNAME,
99
sauceKey: process.env.SAUCE_ACCESS_KEY,
1010

0 commit comments

Comments
 (0)