Top Level Namespace
- Includes:
- Capybara::Selenium::ErrorSuppressor
Defined Under Namespace
Modules: Capybara, CapybaraAtoms, PauseDurationFix, XPath Classes: NodeWrapper, TestApp
Instance Method Summary collapse
-
#must_have_ancestor ⇒ Object
see Capybara::Node::Matchers#has_ancestor?.
- #must_have_button ⇒ Object
- #must_have_checked_field ⇒ Object
-
#must_have_css ⇒ Object
see Capybara::Node::Matchers#has_css?.
- #must_have_current_path ⇒ Object
- #must_have_field ⇒ Object
- #must_have_link ⇒ Object
- #must_have_select ⇒ Object
-
#must_have_sibling ⇒ Object
see Capybara::Node::Matchers#has_sibling?.
- #must_have_table ⇒ Object
- #must_have_title ⇒ Object
- #must_have_unchecked_field ⇒ Object
-
#must_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_xpath?.
- #must_match_style ⇒ Object
- #wont_have_button ⇒ Object
-
#wont_have_chceked_field ⇒ Object
Expectation that there is no checked_field.
-
#wont_have_css ⇒ Object
see Capybara::Node::Matchers#has_no_css?.
- #wont_have_current_path ⇒ Object
- #wont_have_field ⇒ Object
-
#wont_have_link ⇒ Object
Expectation that there is no link.
- #wont_have_select ⇒ Object
- #wont_have_table ⇒ Object
- #wont_have_title ⇒ Object
-
#wont_have_unchceked_field ⇒ Object
Expectation that there is no unchecked_field.
-
#wont_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_no_xpath?.
Methods included from Capybara::Selenium::ErrorSuppressor
Instance Method Details
#must_have_ancestor ⇒ Object
see Capybara::Node::Matchers#has_ancestor?
|
# File 'lib/capybara/minitest/spec.rb', line 183
|
#must_have_button ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 83
|
#must_have_checked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 107
|
#must_have_css ⇒ Object
see Capybara::Node::Matchers#has_css?
|
# File 'lib/capybara/minitest/spec.rb', line 59
|
#must_have_current_path ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 165
|
#must_have_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 95
|
#must_have_link ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 71
|
#must_have_select ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 129
|
#must_have_sibling ⇒ Object
see Capybara::Node::Matchers#has_sibling?
|
# File 'lib/capybara/minitest/spec.rb', line 189
|
#must_have_table ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 141
|
#must_have_title ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 153
|
#must_have_unchecked_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 118
|
#must_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_xpath?
|
# File 'lib/capybara/minitest/spec.rb', line 47
|
#must_match_style ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 177
|
#wont_have_button ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 89
|
#wont_have_chceked_field ⇒ Object
Expectation that there is no checked_field
|
# File 'lib/capybara/minitest/spec.rb', line 113
|
#wont_have_css ⇒ Object
see Capybara::Node::Matchers#has_no_css?
|
# File 'lib/capybara/minitest/spec.rb', line 65
|
#wont_have_current_path ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 171
|
#wont_have_field ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 101
|
#wont_have_link ⇒ Object
Expectation that there is no link
|
# File 'lib/capybara/minitest/spec.rb', line 77
|
#wont_have_select ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 135
|
#wont_have_table ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 147
|
#wont_have_title ⇒ Object
|
# File 'lib/capybara/minitest/spec.rb', line 159
|
#wont_have_unchceked_field ⇒ Object
Expectation that there is no unchecked_field
|
# File 'lib/capybara/minitest/spec.rb', line 124
|
#wont_have_xpath ⇒ Object
see Capybara::Node::Matchers#has_no_xpath?
|
# File 'lib/capybara/minitest/spec.rb', line 53
|