mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
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