module Capybara::Node::Matchers
def has_no_text?(*args, **options)
-
(Boolean)- Whether it doesn't exist
def has_no_text?(*args, **options) make_predicate(options) { assert_no_text(*args, options) } end
(Boolean)
- Whether it doesn't exist
def has_no_text?(*args, **options) make_predicate(options) { assert_no_text(*args, options) } end