Skip to content

Commit

Permalink
Make sure hung driver and cannot be quit does not affect subsequent s…
Browse files Browse the repository at this point in the history
…pecs
  • Loading branch information
p0deje committed Sep 19, 2017
1 parent 7ba5a33 commit 1b0f2b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def ensure_single_window
def quit_driver
return unless @driver_instance
@driver_instance.quit
ensure
@driver_instance = nil
end

Expand Down

0 comments on commit 1b0f2b3

Please sign in to comment.