discourse/plugins/chat/spec
Joffrey JAFFEUX f45d96ebf4
DEV: fix flakey spec (#26513)
The fix is to actually wait for the bottom arrow to show before appending a new message, otherwise sometimes it goes too fast, and we create a new message while the scroll has not ended yet, making the arrow not visible yet.

This commit also uses this opportunity to move from `50.times.map {}` to `Fabricate.times(50, ...)` in this spec file.
2024-04-04 13:39:49 +02:00
..
components/chat DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
fabricators DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
integration DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
jobs DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
lib DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
mailers DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
models DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
policies/chat/channel DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
queries/chat DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
requests DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
serializer DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
services FIX: allow direct message when max dm users set to 1 (#26392) 2024-03-27 15:59:12 +08:00
support FIX: add status to channel membership serializer (#25906) 2024-02-27 18:23:59 +08:00
system DEV: fix flakey spec (#26513) 2024-04-04 13:39:49 +02:00
validators DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
plugin_helper.rb FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
plugin_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00