discourse/spec/system/page_objects/pages
Martin Brennan 725e146dca
FIX: Calculate experiment_enabled on server for "What's new?" (#30599)
Experimental "What's new?" feature feed items previously calculated
a boolean for experimentEnabled on the client based on the siteSettings
service, and this would control the initial state of the experiment
toggle.

However this requires the person who creates the site setting for the
experiment to remember to set it to `client: true`. This commit removes
that manual step by calculating whether the experiment is enabled
server-side, where we have access to all the site settings.
2025-01-07 11:27:24 +10:00
..
about.rb
activate_account.rb
admin_about_config_area.rb
admin_customize_themes.rb
admin_dashboard.rb
admin_embedding_host_form.rb UX: admins embedding page follows admin ux guideline (#30122) 2025-01-06 13:01:08 +11:00
admin_embedding_posts_and_topics.rb UX: admins embedding page follows admin ux guideline (#30122) 2025-01-06 13:01:08 +11:00
admin_embedding.rb UX: admins embedding page follows admin ux guideline (#30122) 2025-01-06 13:01:08 +11:00
admin_flag_form.rb
admin_flags.rb
admin_new_features.rb FIX: Calculate experiment_enabled on server for "What's new?" (#30599) 2025-01-07 11:27:24 +10:00
admin_objects_theme_setting_editor.rb
admin_permalink_form.rb UX: redesign admin permalinks page (#29634) 2024-11-14 10:03:58 +11:00
admin_permalinks.rb DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
admin_plugins_list.rb DEV: Introduce <DPageHeader /> and <DPageSubheader /> components (#30146) 2024-12-18 08:13:39 +10:00
admin_site_settings.rb DEV: Fix admin confirmation flaky spec (#29456) 2024-10-30 04:59:51 +10:00
admin_site_texts.rb FIX: correctly display category name in replace text modal (#29612) 2024-11-06 13:39:52 +11:00
admin_staff_action_logs.rb FIX: filterable staff logs for flags (#29695) 2024-11-12 11:23:18 +11:00
admin_user_fields.rb DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
admin_user.rb
admin_users.rb FIX: correct breadcrumb for admin users page (#30173) 2024-12-09 10:52:50 +11:00
admin_watched_words.rb
admin_web_hook_events.rb
base.rb
category.rb
csv_export_pm.rb
discovery.rb
form_template.rb
group_activity_posts.rb DEV: Reusable post-list component (#30312) 2024-12-19 09:20:25 -08:00
group.rb
header.rb
invite_form.rb
login.rb
review.rb
search.rb
signup.rb FIX: Discourse Connect fixes for full page login (#29915) 2024-11-25 18:06:14 -03:00
tag.rb
topic.rb DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
user_activity_bookmarks.rb
user_invited_pending.rb
user_notifications.rb
user_preferences_account.rb
user_preferences_interface.rb
user_preferences_navigation_menu.rb
user_preferences_profile.rb
user_preferences_security.rb
user_preferences.rb
user_private_messages.rb
user_reset_password.rb
user.rb
wizard.rb FEATURE: Improve wizard quality and rearrange steps (#30055) 2025-01-02 09:28:23 +10:00