This helper is intended only for dev purposes. It allows you to pause a test while still being able to interact with the browser.
Usage:
```
it "works" do
visit("/")
pause_test
expect(page).to have_css(".foo")
end
```
|
||
|---|---|---|
| .. | ||
| versioning | ||
| bookmarkable_helper.rb | ||
| common_basic_reviewable_serializer.rb | ||
| concurrency.rb | ||
| diagnostics_helper.rb | ||
| discourse_event_helper.rb | ||
| fake_logger.rb | ||
| fake_s3.rb | ||
| fast_image_helpers.rb | ||
| final_destination_helper.rb | ||
| helpers.rb | ||
| imap_helper.rb | ||
| integration_helpers.rb | ||
| match_html_matcher.rb | ||
| mock_git_importer.rb | ||
| negated_matcher.rb | ||
| onebox_helpers.rb | ||
| rate_limit_matcher.rb | ||
| session_controller_helper_routes.rb | ||
| shared_examples_for_stats_cacheable.rb | ||
| sidekiq_helpers.rb | ||
| site_settings_helpers.rb | ||
| system_helpers.rb | ||
| test_second_factor_action.rb | ||
| time_matcher.rb | ||
| topic_guardian_can_see_consistency_check.rb | ||
| uploads_helpers.rb | ||
| user_sidebar_tags_mixin.rb | ||
| webauthn_integration_helpers.rb | ||