mirror of
https://github.com/discourse/discourse.git
synced 2025-05-10 10:13:11 +08: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