Method: Capybara::RSpecMatchers::Matchers::HaveSelector#element_does_not_match?
- Defined in:
- lib/capybara/rspec/matchers/have_selector.rb
#element_does_not_match?(el) ⇒ Boolean
21 22 23 |
# File 'lib/capybara/rspec/matchers/have_selector.rb', line 21 def element_does_not_match?(el) el.assert_no_selector(*@args, **, &@filter_block) end |