discourse-assign/spec/system
Loïc Guitaut 5055bcbb2c FIX: Order items properly in user menu
The recent changes to the user menu changed how we were ordering the
items in it. A small bug was noticed though, as we’re not displaying the
unread assignments at the very top.

This patch fixes the ordering like this:

- Unread individual assignment notifications
- Unread group assignment notifications
- Read individual assignments
- Read group assignments

In each group of items, they are sorted by date, the most recent ones
being at the top.
2023-11-09 16:41:48 +01:00
..
page_objects FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00
assign_topic_spec.rb DEV: Skip a flaky spec (#508) 2023-09-12 07:43:24 +08:00
user_menu_spec.rb FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00