discourse/plugins/chat/spec
Joffrey JAFFEUX 64971e5972
DEV: attempts to fix flakey spec (#21547)
The failure screenshot shows the message is on screen while the error is:

```
     Failure/Error: example.run
       expected to find text "My favorite message" in "Community\nEverything\nMy Posts\nMore\nMessages\nInbox\nChannels\nPolitics 1\nPersonal chat\nPolitics 1". (However, it was found 1 time including non-visible text.)
```

I expect the arrow element might e slightly hiding the link, but not 100% sure of this.
2023-05-15 07:52:02 +02:00
..
components/chat DEV: Create a chat_mention record when self mentioning (#21438) 2023-05-11 19:30:26 +04:00
fabricators DEV: Create UserChatThreadMembership table and model (#21481) 2023-05-10 17:19:48 +02:00
integration FEATURE: Reintroduce better thread reply counter cache (#21197) 2023-04-24 09:32:04 +10:00
jobs FIX: Don't autojoin users when they have ready-only permissions (#20213) 2023-05-10 08:45:13 -03:00
lib FIX: ensures `all_mentioned_user_ids` is not used as identifier (#21491) 2023-05-12 17:47:48 +04:00
mailers DEV: Skip channel-wide mention chat specs (#20770) 2023-03-22 12:44:01 +10:00
models DEV: Create UserChatThreadMembership table and model (#21481) 2023-05-10 17:19:48 +02:00
queries/chat FIX: Do not count thread messages for channel unreads (#21126) 2023-04-19 08:53:51 +10:00
requests FIX: Don't autojoin users when they have ready-only permissions (#20213) 2023-05-10 08:45:13 -03:00
serializer FIX: Don't autojoin users when they have ready-only permissions (#20213) 2023-05-10 08:45:13 -03:00
services DEV: fix flakey spec (#21515) 2023-05-11 23:27:26 +02:00
support FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
system DEV: attempts to fix flakey spec (#21547) 2023-05-15 07:52:02 +02:00
validators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_helper.rb FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
plugin_spec.rb UX: update chat icon to d-chat (#20744) 2023-03-21 10:40:42 -04:00