Skip to content

Commit

Permalink
fix(test): manage timeout better, call driver.quit() if driver fail
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed May 31, 2017
1 parent 3ba861f commit 7a47454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/puppet-web/browser-driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ export class BrowserDriver {

}, TIMEOUT)


try {
log.verbose('PuppetWebBrowserDriver', 'validDriverSession() getSession()')
const driverSession = await driver.getSession()
Expand Down

0 comments on commit 7a47454

Please sign in to comment.