0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/chat/spec/system/page_objects/pages
Jarek Radosz 4168942494
DEV: Fix a chat search spec flake (#40068)
The loading spinner could disappear before
`has_selector?(".chat-search-loading .spinner")` assertion, which
resulted in awaiting for the full timeout duration.

`scroll_to_bottom` is only used in one place and the assertion after it
will wait for the correct state anyway.
2026-05-15 14:06:56 +02:00
..
chat_search.rb DEV: Fix a chat search spec flake (#40068) 2026-05-15 14:06:56 +02:00
user_preferences_chat.rb