Sha256: 91e58b3fad44830c3b3b35ef2078311dba061b5c0e19eb5c92a1f2297d308bd0

Contents?: true

Size: 377 Bytes

Versions: 54

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: true

module ActionDispatch
  module SystemTesting
    module TestHelpers
      module SetupAndTeardown # :nodoc:
        def before_teardown
          take_failed_screenshot
        ensure
          super
        end

        def after_teardown
          Capybara.reset_sessions!
        ensure
          super
        end
      end
    end
  end
end

Version data entries

54 entries across 51 versions & 6 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/actionpack-7.1.3.4/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.5.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.8.7 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.5 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.4.2 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.8.6 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.4.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.8.5 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.4 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/actionpack-7.0.8.4/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/actionpack-7.1.3.4/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/actionpack-7.0.5.1/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/actionpack-7.0.5.1/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/actionpack-7.0.5.1/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/actionpack-7.1.3.4/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.3.4 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.8.4 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.3.2 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.1.3.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
actionpack-7.0.8.1 lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb