File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2020driver
2121 . init ( desiredCaps )
Original file line number Diff line number Diff 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
1717driver
1818 . init ( desiredCaps )
Original file line number Diff line number Diff 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
3737driver
3838 . init ( desiredCaps )
Original file line number Diff line number Diff 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
1919driver
2020 . init ( desiredCaps )
You can’t perform that action at this time.
0 commit comments