discourse/spec/system/page_objects/pages
Alan Guo Xiang Tan 7d9a823a55
DEV: Fix flaky user preferences interface system test (#21800)
Why is this change required?

The flaky system test was due to the fact that we had to poll for the
user preferences interface page to reload after saving. However, this
turns out to be a bug on the user perferences interface page because the
page should only reload if the user has selected a new theme that is
different from the site's default but we were reloading the page for
users that did not have any user theme selected. Therefore there was an
unnecessary reload happening when saving other fields on the user
preferences interface page.
2023-05-29 11:56:21 +08:00
..
admin_settings.rb FEATURE: Add an emoji deny list site setting (#20929) 2023-04-13 15:38:54 +08:00
base.rb DEV: Change sidebar header dropdown to use wait_for_animation (#20627) 2023-03-10 14:54:57 +10:00
category.rb DEV: more reliable toggle_setting spec helper (#21779) 2023-05-28 14:15:10 +02:00
discovery.rb DEV: fix tag synonyms flakey specs (#21787) 2023-05-28 15:35:55 +02:00
form_template.rb DEV: ensures preview button is enabled (#21780) 2023-05-28 14:15:02 +02:00
search.rb DEV: Speed up core system tests (#21394) 2023-05-05 07:45:53 +08:00
tag.rb DEV: fix tag synonyms flakey specs (#21787) 2023-05-28 15:35:55 +02:00
topic.rb DEV: prevents flakey in autocomplete hashtag (#21786) 2023-05-28 14:17:39 +02:00
user.rb FIX: all staff_counters should be pluralized strings (#21048) 2023-04-12 17:13:37 +08:00
user_preferences.rb DEV: Fix flaky user preferences interface system test (#21800) 2023-05-29 11:56:21 +08:00
user_preferences_interface.rb DEV: Fix flaky user preferences interface system test (#21800) 2023-05-29 11:56:21 +08:00
user_preferences_sidebar.rb DEV: Apply syntax_tree formatting to `spec/*` 2023-01-09 11:49:28 +00:00