Module: Capybara::Minitest::Expectations
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/capybara/minitest/spec.rb |
Instance Method Summary
- #must_have_all_of_selectors
- #must_have_ancestor
- #must_have_any_of_selectors
- #must_have_button
- #must_have_checked_field
- #must_have_content
- #must_have_css
- #must_have_current_path
- #must_have_element
- #must_have_field
- #must_have_link
- #must_have_none_of_selectors
- #must_have_select
- #must_have_selector
- #must_have_sibling
- #must_have_style deprecated Deprecated.
- #must_have_table
- #must_have_text
- #must_have_title
- #must_have_unchecked_field
- #must_have_xpath
- #must_match_style
- #wont_have_button
- #wont_have_checked_field
- #wont_have_content
- #wont_have_css
- #wont_have_current_path
- #wont_have_element
- #wont_have_field
- #wont_have_link
- #wont_have_select
- #wont_have_selector
- #wont_have_table
- #wont_have_text
- #wont_have_title
- #wont_have_unchecked_field
- #wont_have_xpath
Instance Method Details
#must_have_all_of_selectors
[ GitHub ]#must_have_ancestor
[ GitHub ]#must_have_any_of_selectors
[ GitHub ]#must_have_button
[ GitHub ]#must_have_checked_field
[ GitHub ]#must_have_content
[ GitHub ]#must_have_css
[ GitHub ]#must_have_current_path
[ GitHub ]#must_have_element
[ GitHub ]#must_have_field
[ GitHub ]#must_have_link
[ GitHub ]#must_have_none_of_selectors
[ GitHub ]#must_have_select
[ GitHub ]#must_have_selector
[ GitHub ]#must_have_sibling
[ GitHub ]#must_have_style
Deprecated.
# File 'lib/capybara/minitest/spec.rb', line 261
def must_have_style(...) warn 'must_have_style is deprecated, please use must_match_style' must_match_style(...) end