Skip to content

Commit

Permalink
Try direct connect to firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Mar 23, 2016
1 parent 8b17504 commit 268d073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protractor-conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var config = {

// configuration for sauce labs selenium testing when running specs on travis-ci
if (process.env.TRAVIS_BUILD_NUMBER) {
config.directConnect = false;
config.directConnect = true;
config.capabilities = {
'browserName' : 'firefox'
};
Expand Down

0 comments on commit 268d073

Please sign in to comment.