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.