Skip to content

Commit

Permalink
feat: Removed workaround, fixes karma-runner#14
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Feb 11, 2014
1 parent 94c37f6 commit 561a796
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ var SauceLabsBrowser = function(id, args, sauceConnect, /* config.sauceLabs */ c

clearTimeout(pendingHeartBeat);
log.debug('Shutting down the %s driver', browserName);
// workaround - navigate to other page to avoid re-connection
driver.get('about:blank', function() {
driver.quit(done);
});
driver.quit(done);
};

this.markCaptured = function() {
Expand Down

0 comments on commit 561a796

Please sign in to comment.