mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 22:23:04 +08:00

If we're asserting that something is missing, we want to use `has_no_css?` instead of `!has_css?` since `has_css?` will wait the full capybara default wait time before return if the selector is not present.