mirror of
https://github.com/appium/appium.git
synced 2026-02-12 12:59:38 -06:00
Clear the sessionOverride when cleaning up session
This commit is contained in:
@@ -669,6 +669,7 @@ Appium.prototype.cleanupSession = function (err, cb) {
|
||||
this.commandTimeoutMs = this.defCommandTimeoutMs;
|
||||
var dyingSession = this.sessionId;
|
||||
this.sessionId = null;
|
||||
this.sessionOverride = false;
|
||||
this.device = null;
|
||||
this.args = _.clone(this.serverArgs);
|
||||
this.oldDesiredCapabilities = _.clone(this.desiredCapabilities);
|
||||
|
||||
Reference in New Issue
Block a user