discourse/plugins/chat/spec/system/page_objects
Alan Guo Xiang Tan ddf4ecba04
DEV: Update checks in chat channel and thread page objects (#21875)
What is the problem?

We were calling out to methods that calls `has_css?` or `has_selector?`
which returns a boolean. Since we are not using the return value, it
means the methods can be deemed unnecessary. However, we do want those
checks and this commit adds the necessarily assertions to make use of
the return values.
2023-06-01 15:25:11 +08:00
..
chat DEV: Update checks in chat channel and thread page objects (#21875) 2023-06-01 15:25:11 +08:00
chat_drawer FEATURE: Initial chat thread unread indicators (#21694) 2023-05-25 09:56:19 +02:00
modals DEV: Fix and improve chat system test for editing name and slug (#21810) 2023-05-29 18:00:59 +02:00
sidebar DEV: Switch to data attributes to represent sidebar section name (#20771) 2023-03-23 13:09:45 +08:00