Skip to content

Commit

Permalink
removed driver.quit at exit
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer49 committed Jul 7, 2016
1 parent 044bf7b commit d1dd384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features-skeleton/support/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@

# Quit the selenium driver from the example tests.
at_exit do
$driver.quit if $driver

end
2 changes: 1 addition & 1 deletion tests/features/support/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@

# Quit the selenium driver from the example tests.
at_exit do
$driver.quit if $driver

end

0 comments on commit d1dd384

Please sign in to comment.