discourse/plugins/chat/spec/system/page_objects
Alan Guo Xiang Tan e2c7ecfe65
DEV: Change `PageObjects::Components::Chat::Message#exists?` to exact match (#23660)
Why this change?

Before this change, we were doing a partial match when checking for
existence. This is a source of flaky tests because a chat message with
text `this is a message` will match any substring like `message` or `a`.

What does this change do?

This change removes the partial match and instead opts for the
`exact_text` option instead.
2023-09-26 10:20:21 +08:00
..
chat DEV: Change `PageObjects::Components::Chat::Message#exists?` to exact match (#23660) 2023-09-26 10:20:21 +08:00
chat_drawer FIX: Show mention count for channel list on mobile (#22682) 2023-07-19 16:24:01 +10:00
modals DEV: makes chat modals use the new <DModal /> component (#22495) 2023-07-10 13:43:33 +02:00
sidebar FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00