Skip to content

Commit

Permalink
Add forceLocal argument to browserstack local instance (oppia#5435)
Browse files Browse the repository at this point in the history
* Add forceLocal argument

* Revert travis condition
  • Loading branch information
apb7 authored Aug 6, 2018
1 parent 4cc8733 commit 26f26e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tests/protractor-browserstack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ exports.config = {
return new Promise(function(resolve, reject) {
exports.bs_local = new browserstack.Local();
exports.bs_local.start({
key: exports.config.capabilities['browserstack.key']
key: exports.config.capabilities['browserstack.key'],
forceLocal: true
}, function(error) {
if (error) {
return reject(error);
Expand Down

0 comments on commit 26f26e3

Please sign in to comment.