Alan Guo Xiang Tan 6fec9628a4
DEV: Use has_no_css? instead of !has_css? (#21874)
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.
2023-06-01 10:41:43 +08:00
..
2023-05-16 19:40:01 +02:00
2023-05-31 09:15:16 +02:00