Skip to content

Commit

Permalink
fix(appium): change appiumPort to seleniumPort for selenium server re…
Browse files Browse the repository at this point in the history
…quest (#228)
  • Loading branch information
Mike Perri authored and cnishina committed Oct 23, 2017
1 parent 84ac050 commit 0a4c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmds/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function signalWhenReady(
}
let pending = [waitFor(
() => {
return request('GET', appiumPort, '/wd/hub/status', maxWait);
return request('GET', seleniumPort, '/wd/hub/status', maxWait);
},
(status) => {
return JSON.parse(status).status == 0;
Expand Down

0 comments on commit 0a4c065

Please sign in to comment.