mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
e7b55c11df
Why is this change required? In the `PageObjects::Components::Chat::Messages#has_no_message?` method, it ended up calling `has_selector` when trying to assert that the selector is not present. This is an anti-pattern which results in us waiting the full Capybara default wait time