mirror of
https://github.com/discourse/discourse.git
synced 2026-08-19 01:14:56 -05: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.