Skip to content

Commit d1dd384

Browse files
committed
removed driver.quit at exit
1 parent 044bf7b commit d1dd384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features-skeleton/support/hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343

4444
# Quit the selenium driver from the example tests.
4545
at_exit do
46-
$driver.quit if $driver
46+
4747
end

tests/features/support/hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343

4444
# Quit the selenium driver from the example tests.
4545
at_exit do
46-
$driver.quit if $driver
46+
4747
end

0 commit comments

Comments
 (0)