Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28215 from y-yagi/take_failed_screenshot_before_r…
…eset_driver

Take failed screenshot before reset driver
  • Loading branch information
rafaelfranca committed Feb 28, 2017
2 parents 90c275a + 3da239a commit e5fe81d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,8 +10,8 @@ def before_setup
end

def after_teardown
super
take_failed_screenshot
super
Capybara.reset_sessions!
end
end
Expand Down

0 comments on commit e5fe81d

Please sign in to comment.