discourse/spec/system/page_objects
Natalie Tay 736f23173e
FIX: User options take precedence over show-original anon cookie (#39520)
Repro:
  1. anonymous user browsing
  2. sets content language switcher to "Japanese"
  3. sees japanese
  4. clicks on "show original" in the post
  5. sees original
  6. logs in to their account
7. (their account should see Japanese - UNCHECKED user pref "Show
original content instead of translated content.")
  8. BUG: but they see original because of the anon cookie
  
This PR fixes the bug by only using the user option if they're logged
in.
2026-04-25 00:44:20 +08:00
..
components FIX: User options take precedence over show-original anon cookie (#39520) 2026-04-25 00:44:20 +08:00
modals FIX: Allow typing inside float-kit menus rendered from within a modal (#39370) 2026-04-21 15:08:50 +02:00
pages UX: Swap nested view post sort to nav-pills (#39425) 2026-04-23 16:12:17 -05:00
cdp.rb DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00