discourse/spec/system
Martin Brennan 624b1b3820
FIX: Remove user_option saving for bookmark auto delete pref (#19476)
We were changing the user's user_option.bookmark_auto_delete_preference
to whatever they changed it to in the bookmark modal to use as default
for future bookmarks. However this was leading to a lot of confusion
since if you wanted to set it for one bookmark you had to remember to
change it back on the next one.

This commit removes that automatic functionality, and instead moves
the bookmark auto delete preference to User Preferences > Interface
in an explicit dropdown.
2022-12-16 08:50:31 +10:00
..
page_objects FIX: Invalid route path for staff info warnings link (#19461) 2022-12-14 07:14:01 +08:00
user_page FIX: Invalid route path for staff info warnings link (#19461) 2022-12-14 07:14:01 +08:00
admin_customize_themes_spec.rb DEV: Add system test for updating color scheme of a theme (#19370) 2022-12-08 08:38:36 +08:00
bookmarks_spec.rb DEV: Minimal first pass of rails system test setup (#16311) 2022-09-28 11:48:16 +10:00
hashtag_autocomplete_spec.rb DEV: Re-enable hashtag system specs (#19396) 2022-12-09 13:10:20 +10:00
search_spec.rb FIX: Reset search controller state (#19402) 2022-12-13 09:50:44 -05:00
user_preferences_interface_spec.rb FIX: Remove user_option saving for bookmark auto delete pref (#19476) 2022-12-16 08:50:31 +10:00
user_preferences_navigation_spec.rb FIX: horizontal scrolling was not working correctly (#19236) 2022-12-01 05:27:53 +08:00