0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/spec/support
Martin Brennan 9bc0e1b78c
DEV: Get rid of global notice in system specs (#39845)
This annoying message ends up in all system spec screenshots
and also pollutes the HTML content of the page which appears
in errrors when debugging has_content checks. It's created here:


2d0d3222f1/config/initializers/006-ensure_login_hint.rb (L11-L13)

We can just remove this in system specs, it doesn't matter
in the slightest here.

**Before**


<img width="1081" height="340" alt="image"
src="https://github.com/user-attachments/assets/630ee6ae-96ac-4dcc-8675-58d4addd55bd"
/>


**After**

<img width="1088" height="313" alt="image"
src="https://github.com/user-attachments/assets/dfdd8a5b-a4ca-41fc-967a-0c6e2285b7c2"
/>
2026-05-08 12:05:20 -04:00
..
locales DEV: Upgrade Rails to version 7.1 2024-07-04 10:58:21 +02:00
shared_contexts DEV: refactor prosemirror_editor_spec monolithic test file into 11 files (#36621) 2025-12-11 06:56:39 -03:00
shared_examples FEATURE: view all post reactions and likes (#39283) 2026-04-20 14:26:49 +04:00
backups_helpers.rb DEV: Add backup helpers for specs (#28394) 2024-08-16 14:51:57 +10:00
bookmarkable_helper.rb
computed_style_matcher.rb DEV: Normalize (ok)lch values in computed style matcher (#36404) 2025-12-03 02:13:09 +01:00
concurrency.rb
diagnostics_helper.rb DEV: track client ids published to message bus (#32878) 2025-05-23 14:23:50 +10:00
discourse_connect_support_helpers.rb DEV: Improvements to DiscourseConnect spec helpers (#35173) 2025-10-03 14:53:56 +01:00
discourse_event_helper.rb
dom_matcher.rb
fake_bookmark_hashtag_data_source.rb
fake_logger.rb FEATURE: Automatic promotion of upcoming changes (#36211) 2025-12-08 15:49:34 +10:00
fake_s3.rb DEV: Bump aws-sdk-core in prep for aws-sdk-mediaconvert (#33250) 2025-06-20 16:41:01 -06:00
fast_image_helpers.rb
final_destination_helper.rb
helpers.rb DEV: Remove unused helper (#39661) 2026-04-30 17:33:38 +02:00
i18n_helpers.rb DEV: Upgrade Rails to version 7.1 2024-07-04 10:58:21 +02:00
integration_helpers.rb DEV: Finish renaming secure_session to server_session 2025-09-23 10:35:02 +02:00
match_html_matcher.rb DEV: Remove invalid parsing options (#30545) 2025-01-03 13:17:49 +01:00
mock_git_importer.rb DEV: Fix assigned but unused variable Prism warnings (#39436) 2026-04-22 12:42:14 +02:00
negated_matcher.rb FIX: Filter hidden posts from raw topic markdown endpoint (#38237) 2026-03-04 12:48:22 +01:00
nested_replies_helpers.rb FEATURE: First iteration of nested replies (#38888) 2026-04-16 08:06:44 -05:00
omniauth_helpers.rb DEV: More system specs for signup/login (#27150) 2024-05-23 10:01:05 -03:00
onebox_helpers.rb DEV: Introduce core features system specs for plugins 2025-03-27 12:12:01 +01:00
problem_check_matcher.rb FIX: Fix scheduled targeted problem checks (#35696) 2025-11-10 10:09:14 +08:00
rate_limit_matcher.rb
sample_plugin_site_settings.yml DEV: Adds 'upload' type to schema setting (#36071) 2025-11-26 09:46:26 -06:00
service_matchers.rb DEV: Display better output when inspecting service steps 2024-12-12 15:21:10 +01:00
sidekiq_helpers.rb
site_settings_helpers.rb
system_helpers.rb DEV: Get rid of global notice in system specs (#39845) 2026-05-08 12:05:20 -04:00
test_second_factor_action.rb
theme_screenshot_marker.rb DEV: Add theme screenshots system spec and skill (#39426) 2026-05-05 09:36:29 -04:00
time_matcher.rb
topic_guardian_can_see_consistency_check.rb
ts_vector_matcher.rb
uploads_helpers.rb DEV: Refactor test-specific setting overrides into rails_helper.rb (#35594) 2025-10-27 10:14:56 +00:00
webauthn_integration_helpers.rb