Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev committed Sep 6, 2018
1 parent 1cb58e2 commit 400864b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test-run/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export default class TestRun extends EventEmitter {
this.currentDriverTask.resolve(result);
this.driverTaskQueue.shift();

console.log('_resolveCurrentDriverTask: ' + this.test.name + ' length: ' + this.driverTaskQueue.length);
//console.log('_resolveCurrentDriverTask: ' + this.test.name + ' length: ' + this.driverTaskQueue.length);

if (this.testDoneCommandQueued)
this._removeAllNonServiceTasks();
Expand Down Expand Up @@ -687,6 +687,7 @@ export default class TestRun extends EventEmitter {

disconnect (err) {
console.log('disconnect: ' + this.browserConnection.id + ' ' + this.browserConnection.userAgent);
console.log(this.id + ' ' + this.test.name);
this.disconnected = true;

if (this.currentDriverTask)
Expand Down

0 comments on commit 400864b

Please sign in to comment.