after_teardown()
public

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb, line 17
        def after_teardown
          take_failed_screenshot
          Capybara.reset_sessions!
          super
        end