discourse/spec/system
Linca 7d838842bf
FEATURE: Make staff action logs export respect the filter (#34113)
On the Admin > Logs & Screening page, the Export button never applied
the current page's filters. For older websites, viewing large exported
logs may cause lag.

This commit makes the Export button respect the current page's filters,
reducing the size of exported staff action logs and improving
consistency.
2025-08-07 16:25:16 +08:00
..
composer DEV: Fix a handful of flaky Prosemirror editor tests (#34054) 2025-08-04 07:47:07 -03:00
emojis DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
groups FIX: Updating a group without e-mail domains (#31896) 2025-03-19 10:38:41 +08:00
helpers
page_objects Revert "FEATURE: theme default option in user interface" (#34125) 2025-08-07 10:45:15 +08:00
topic_list DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
user_page Revert "FEATURE: theme default option in user interface" (#34125) 2025-08-07 10:45:15 +08:00
about_page_spec.rb DEV: Have about page extra groups depend on groups selected (#33095) 2025-06-06 11:25:59 +08:00
admin_about_config_area_spec.rb DEV: skips a spec failing very often (#33854) 2025-07-25 12:10:25 +02:00
admin_api_keys_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_backups_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_badges_grouping_modal_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_badges_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_color_palette_config_area_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
admin_color_palettes_config_area_spec.rb FEATURE: Add color palette list selection to new UI (#32379) 2025-05-05 05:12:50 +03:00
admin_color_palettes_features_spec.rb FEATURE: Add dark color scheme setting for themes (#33967) 2025-08-04 12:33:41 +08:00
admin_config_theme_site_settings_spec.rb FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
admin_customize_components_config_area_spec.rb UX: Update some delete confirmation dialogs (#33018) 2025-06-02 09:14:58 -04:00
admin_customize_emojis_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_customize_form_templates_spec.rb FIX: Process templates before previewing (#33848) 2025-07-29 15:09:02 +08:00
admin_customize_themes_config_area_spec.rb DEV: enable Foundation and stop Default (#33610) 2025-07-15 11:16:11 +08:00
admin_customize_themes_spec.rb DEV: Clean up a couple of flaky theme customization specs. (#34109) 2025-08-06 11:42:22 +10:00
admin_dashboard_community_health_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_dashboard_new_features_spec.rb FIX: remove admin_sidebar_enabled_groups setting (#31693) 2025-03-11 11:41:38 +11:00
admin_editing_objects_typed_theme_setting_spec.rb FEATURE: porting type object to site settings (#32706) 2025-05-13 14:30:24 -03:00
admin_email_login_readonly_spec.rb FIX: improve "read only" modes (#33521) 2025-07-10 09:08:00 +02:00
admin_embeddable_hosts_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_filter_controls_spec.rb FEATURE: Add reusable AdminFilterControls component, apply to plugins and reports (#33706) 2025-07-24 16:55:33 -04:00
admin_flags_spec.rb DEV: Fix broken test (#33403) 2025-07-01 12:56:19 +08:00
admin_fonts_spec.rb UX: split admin logo and fonts to separate pages (#32700) 2025-05-14 14:02:34 +08:00
admin_logo_spec.rb UX: split admin logo and fonts to separate pages (#32700) 2025-05-14 14:02:34 +08:00
admin_notices_spec.rb
admin_permalinks_page_spec.rb
admin_reports_spec.rb FEATURE: Show legacy pageview report for sites using legacy pageviews (#33620) 2025-07-17 10:46:22 +08:00
admin_search_spec.rb FIX: Broken links to site settings under Content section (#33597) 2025-07-14 16:14:50 +08:00
admin_sidebar_navigation_spec.rb FIX: bring back sidebar filter (#32837) 2025-05-22 13:44:25 +08:00
admin_site_setting_bulk_action_spec.rb FEATURE: Theme-owned color palettes (#32795) 2025-06-04 07:47:58 +03:00
admin_site_setting_category_bulk_action_spec.rb FEATURE: Theme-owned color palettes (#32795) 2025-06-04 07:47:58 +03:00
admin_site_setting_label_formatting_spec.rb
admin_site_setting_locale_spec.rb FEATURE: Localize language names (#33790) 2025-07-29 11:48:45 +08:00
admin_site_setting_requires_confirmation_spec.rb
admin_site_setting_search_spec.rb
admin_site_texts_spec.rb
admin_staff_action_logs_spec.rb FEATURE: Make staff action logs export respect the filter (#34113) 2025-08-07 16:25:16 +08:00
admin_user_badges_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_user_fields_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_user_spec.rb FIX: JS error when silencing and unsilencing the user (#33851) 2025-07-25 14:33:07 +08:00
admin_users_list_spec.rb UX: update groups route on admin users page (#33738) 2025-07-21 14:17:16 -04:00
admin_watched_words_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
admin_web_hook_events_spec.rb
admin_webhooks_spec.rb
anon_language_switcher_spec.rb FEATURE: Localize language names (#33790) 2025-07-29 11:48:45 +08:00
bookmarks_spec.rb FEATURE: Clear bookmark reminders from bookmark menu (#33168) 2025-06-13 10:37:08 +10:00
bootstrap_error_pages_spec.rb
capabilities_service_spec.rb DEV: Introduce reactive JS API for viewport size (#32060) 2025-04-30 15:26:59 +01:00
category_topics_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
change_owner_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
composer_spec.rb FIX: tabbing out of the markdown editor (#33940) 2025-07-30 09:54:58 -03:00
composer_uploads_spec.rb FIX: ensures auto grid works in german (#33831) 2025-07-24 20:15:08 +02:00
content_localization_spec.rb FEATURE: Localize language names (#33790) 2025-07-29 11:48:45 +08:00
content_security_policy_spec.rb
core_features_spec.rb DEV: Add more granularity to the core features specs shared example 2025-04-01 14:54:11 +02:00
create_invite_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
csv_exports_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
custom_sidebar_sections_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
dev_tools_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
discourse_id_spec.rb DEV: Add validator for enable_discourse_id setting (#33710) 2025-07-21 08:18:36 -04:00
discovery_breadcrumb_navigation_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
discovery_category_spec.rb
discovery_h1_accessibility_spec.rb A11Y: Update accessible headings for more flexible translations (#32863) 2025-05-23 09:15:44 -04:00
discovery_list_spec.rb FIX: Ensure discovery queryParams do not persist invisibly (#32178) 2025-04-11 09:44:32 +01:00
dismissing_new_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
drafts_dropdown_spec.rb Revert: FEATURE: create new topic while viewing restricted category or tag (#33937) 2025-07-29 20:08:45 +04:00
edit_category_form_templates_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
edit_category_images_spec.rb DEV: Fix flaky test when editing category logo image (#33961) 2025-07-30 13:33:41 +10:00
edit_category_localizations_spec.rb FIX: Show category localization selector for non-supported locales when localization exists (#34025) 2025-08-04 12:04:27 +08:00
edit_category_security_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
editing_sidebar_categories_navigation_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
editing_sidebar_community_section_spec.rb FIX: Sidebar messages link updates (#33444) 2025-07-07 11:55:39 +08:00
editing_sidebar_tags_navigation_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
email_change_spec.rb DEV: Remove full_page_login setting (#32189) 2025-04-29 10:40:40 +02:00
ember_deprecation_spec.rb DEV: Improve deprecation warning banner (#33648) 2025-07-16 13:24:23 +01:00
filtering_topics_spec.rb DEV: Convert FilterTips to use DMenu and refactor components (#33999) 2025-08-05 12:10:40 +10:00
flagging_post_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
forgot_password_spec.rb DEV: Introduce with_security_key system test helper (#32459) 2025-04-25 15:40:07 +08:00
grant_badge_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
group_activity_spec.rb
group_card_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
hashtag_autocomplete_spec.rb DEV: floatkit autocomplete for d-editor (#33513) 2025-07-30 08:00:39 +08:00
header_search_spec.rb FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
header_spec.rb FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
homepage_spec.rb DEV: Fix flaky system test (#31822) 2025-03-14 16:10:48 +08:00
interface_color_selector_spec.rb Revert "FEATURE: theme default option in user interface" (#34125) 2025-08-07 10:45:15 +08:00
keyboard_shortcuts_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
locale_spec.rb FIX: Moment locale loading in type=module (#33128) 2025-06-09 14:20:04 +01:00
login_spec.rb DEV: signup/login spec cleanup (#32867) 2025-05-23 09:17:37 -04:00
mobile_mode_spec.rb DEV: Introduce experimental viewport-based mobile mode (#32859) 2025-05-23 13:01:04 +01:00
navigation_menu_state_integration_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
network_disconnected_spec.rb
new_category_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
new_topic_list_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
pm_user_removal_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
post_menu_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
post_replies_spec.rb
post_selection_copy_quote_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
post_selection_fast_edit_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
post_small_action_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
post_stream_spec.rb DEV: Introduce state handling for post cooked HTML decorators (#33200) 2025-06-23 18:13:49 -03:00
post_translation_spec.rb FEATURE: Localize language names (#33790) 2025-07-29 11:48:45 +08:00
posts_page_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
powered_by_discourse_spec.rb
private_message_spec.rb FIX: ensures we have changed page first (#32802) 2025-05-19 17:44:56 +02:00
request_tracker_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
reviewables_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
s3_secure_uploads_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
s3_uploads_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
scroll_manager_service_spec.rb
search_shortcut_variation_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
search_spec.rb FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
signup_spec.rb FIX: 'destination_url' cookie handling (#33072) 2025-08-06 10:09:01 +02:00
social_authentication_spec.rb FIX: 'destination_url' cookie handling (#33072) 2025-08-06 10:09:01 +02:00
staff_writes_only_mode_spec.rb FIX: improve "read only" modes (#33521) 2025-07-10 09:08:00 +02:00
table_builder_spec.rb DEV: updates playwright to 1.54 (#33715) 2025-07-24 10:07:31 +02:00
tag_edit_spec.rb FEATURE: Add new edit_tags_allowed_groups setting (#34000) 2025-08-01 15:19:20 +08:00
tag_notification_level_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
tag_synonyms_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
tag_view_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
tags_intersection_spec.rb
theme_qunit_spec.rb
topic_admin_menu_spec.rb
topic_bulk_select_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
topic_list_focus_spec.rb
topic_page_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
topics_unread_when_closed_spec.rb
user_activation_spec.rb
user_activity_bookmarks_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
user_activity_posts_spec.rb DEV: replace selenium driver with playwright (#31977) 2025-05-06 10:44:14 +02:00
user_card_spec.rb FIX: Mention with a status should open the user card (#33979) 2025-07-31 02:32:24 +03:00
user_invites_spec.rb
user_selector_spec.rb DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
user_tips_spec.rb
viewing_category_spec.rb
viewing_group_members_spec.rb
viewing_navigation_menu_preferences_spec.rb
viewing_reviewable_spec.rb DEV: Fix topic link component for reviewabled flagged post in new UI (#33518) 2025-07-09 09:11:25 +08:00
viewing_sidebar_as_anonymous_user_spec.rb
viewing_sidebar_mobile_spec.rb
viewing_sidebar_spec.rb FEAUTRE: Hide messages count in sidebar with feature flag (#33774) 2025-07-23 11:14:13 +10:00
viewing_user_menu_spec.rb
viewing_user_private_messages_spec.rb UX: enhances messages dropdown with unread count (#33889) 2025-08-01 07:19:04 +08:00
welcome_banner_spec.rb UX: add welcome banner location site setting to admin interface (#33438) 2025-07-17 13:34:22 +08:00
wizard_spec.rb DEV: Remove branding and styling steps from wizard (#32797) 2025-05-21 09:46:49 +08:00