Skip to content

Commit

Permalink
fix(launcher): Remove empty page workaround
Browse files Browse the repository at this point in the history
Removing this for now as it seems to do more harm than good

Closes #14
  • Loading branch information
dignifiedquire committed Oct 20, 2015
1 parent e5f55a0 commit b0761a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sauce_launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ var SauceLauncher = function (
}

log.debug('Shutting down the %s driver', browserName)
// workaround - navigate to other page to avoid re-connection
driver.get('about:blank').catch().quit().nodeify(allDone)
driver.quit().nodeify(allDone)
sessionIsReady = false
} else {
pendingCancellations++
Expand Down

0 comments on commit b0761a2

Please sign in to comment.