Skip to content

Commit

Permalink
stop chromedriver proxies when reset command is called. fixes #12083
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Jan 29, 2019
1 parent dfbb074 commit 133ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ commands.reset = async function () {
await androidHelpers.resetApp(this.adb, Object.assign({}, this.opts, {fastReset: true}));
// reset context since we don't know what kind on context we will end up after app launch.
this.curContext = NATIVE_WIN;

await this.stopChromedriverProxies();
return await this.isChromeSession ? this.startChromeSession() : this.startAUT();
};

Expand Down

0 comments on commit 133ea74

Please sign in to comment.