Skip to content

Commit 196a459

Browse files
author
Tejas Shah
authored
Merge pull request #3 from browserstack/app_automate_tests
update to hub-cloud
2 parents 712df18 + a6da74c commit 196a459

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/localTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ desiredCaps = {
1515
'realMobile' : true
1616
};
1717

18-
driver = wd.promiseRemote("http://hub.browserstack.com/wd/hub");
18+
driver = wd.promiseRemote("http://hub-cloud.browserstack.com/wd/hub");
1919

2020
driver
2121
.init(desiredCaps)

android/singleTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ desiredCaps = {
1212
'browserstack.debug' : true,
1313
'realMobile' : true
1414
};
15-
driver = wd.promiseRemote("http://hub.browserstack.com/wd/hub");
15+
driver = wd.promiseRemote("http://hub-cloud.browserstack.com/wd/hub");
1616

1717
driver
1818
.init(desiredCaps)

ios/localTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var customTextNonEmpty = new Asserter(
3232
}
3333
);
3434

35-
driver = wd.promiseRemote("http://hub.browserstack.com/wd/hub");
35+
driver = wd.promiseRemote("http://hub-cloud.browserstack.com/wd/hub");
3636

3737
driver
3838
.init(desiredCaps)

ios/singleTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ desiredCaps = {
1414
'browserstack.debug' : true,
1515
'realMobile' : true
1616
};
17-
driver = wd.promiseRemote("http://hub.browserstack.com/wd/hub");
17+
driver = wd.promiseRemote("http://hub-cloud.browserstack.com/wd/hub");
1818

1919
driver
2020
.init(desiredCaps)

0 commit comments

Comments
 (0)