image_name()
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 40
          def image_name
            failed? ? "failures_#{method_name}" : method_name
          end