instance method
increment_unique
Ruby on Rails 7.2.3
Since v6.1.7.10 PrivateSignature
increment_unique()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 67
def increment_unique
@_screenshot_counter ||= 0
@_screenshot_counter += 1
end
Defined in actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb line 67
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper