teamcapybara--capybara/lib/capybara/spec/session
Thomas Walpole f30472fd4c Add Session#scroll_to/scroll_by and Element#scroll_to/scroll_by 2019-01-01 11:01:21 -08:00
..
element Default to document when element has no parent in match selector query 2018-09-10 14:56:55 -07:00
frame style updates 2018-07-16 15:04:52 -07:00
window increase test timing allowance and prevent contextmenu in click test 2018-11-26 00:35:45 -08:00
accept_alert_spec.rb style updates 2018-07-16 15:04:52 -07:00
accept_confirm_spec.rb style updates 2018-07-16 15:04:52 -07:00
accept_prompt_spec.rb style updates 2018-07-16 15:04:52 -07:00
all_spec.rb Support Ruby 2.6 endless range in query :between option 2018-11-16 13:02:31 -08:00
ancestor_spec.rb style updates 2018-07-16 15:04:52 -07:00
assert_all_of_selectors_spec.rb Add `...any_of_selectors` assertions and matchers to complement `all_of`/`any_of` 2018-10-23 11:35:01 -07:00
assert_current_path_spec.rb style updates 2018-07-16 15:04:52 -07:00
assert_selector_spec.rb code refactor 2018-11-15 14:49:32 -08:00
assert_style_spec.rb Deprecate assert_style/has_style?/have_style in favor of assert_matches_style/matches_styles?/match_style to match naming convention 2018-12-06 11:12:18 -08:00
assert_text_spec.rb Support set default value for text predicates and matchers normalize whitespace behaviour 2018-08-24 17:47:31 +03:00
assert_title_spec.rb style updates 2018-07-16 15:04:52 -07:00
attach_file_spec.rb Allow check/uncheck/choose/attach_file/fill_in to work on element called on when no locator specified 2018-09-01 11:37:54 -07:00
body_spec.rb style updates 2018-07-16 15:04:52 -07:00
check_spec.rb Allow check/uncheck/choose/attach_file/fill_in to work on element called on when no locator specified 2018-09-01 11:37:54 -07:00
choose_spec.rb Allow check/uncheck/choose/attach_file/fill_in to work on element called on when no locator specified 2018-09-01 11:37:54 -07:00
click_button_spec.rb Add system style filter 2018-12-02 16:07:40 -08:00
click_link_or_button_spec.rb Fix use of aria-label with :link_or_button selector 2018-11-01 11:43:30 -07:00
click_link_spec.rb Move expression builder methods to instance 2018-11-28 11:46:18 -08:00
current_scope_spec.rb style updates 2018-07-16 15:04:52 -07:00
current_url_spec.rb Tag tests that require driver rather than skipping 2018-09-09 14:13:41 -07:00
dismiss_confirm_spec.rb style updates 2018-07-16 15:04:52 -07:00
dismiss_prompt_spec.rb style updates 2018-07-16 15:04:52 -07:00
evaluate_async_script_spec.rb style updates 2018-07-16 15:04:52 -07:00
evaluate_script_spec.rb Test should ensure element exists before executing JS on it 2018-12-11 11:01:27 -08:00
execute_script_spec.rb Test should ensure element exists before executing JS on it 2018-12-11 11:01:27 -08:00
fill_in_spec.rb Support locator type checking and add a warning when locator looks to be CSS/XPath but shouldn't be (#2143) 2018-12-14 11:53:09 -08:00
find_button_spec.rb style updates 2018-07-16 15:04:52 -07:00
find_by_id_spec.rb style updates 2018-07-16 15:04:52 -07:00
find_field_spec.rb Move enable_aria_label and test_id handling into selector class 2018-07-19 10:51:06 -07:00
find_link_spec.rb style updates 2018-07-16 15:04:52 -07:00
find_spec.rb Add Ruby 2.6 to test matrix 2018-12-26 15:49:46 -08:00
first_spec.rb Allow indexing directly on Capybara::Selector 2018-11-16 10:15:26 -08:00
go_back_spec.rb style updates 2018-07-16 15:04:52 -07:00
go_forward_spec.rb style updates 2018-07-16 15:04:52 -07:00
has_all_selectors_spec.rb Add `...any_of_selectors` assertions and matchers to complement `all_of`/`any_of` 2018-10-23 11:35:01 -07:00
has_any_selectors_spec.rb Add `...any_of_selectors` assertions and matchers to complement `all_of`/`any_of` 2018-10-23 11:35:01 -07:00
has_button_spec.rb style updates 2018-07-16 15:04:52 -07:00
has_css_spec.rb Add error description for style filter 2018-12-06 13:46:53 -08:00
has_current_path_spec.rb style updates 2018-07-16 15:04:52 -07:00
has_field_spec.rb Evaluate filters in the context of the selector they are being used in and allow node filters to set detailed error messages 2018-11-10 10:04:32 -08:00
has_link_spec.rb style updates 2018-07-16 15:04:52 -07:00
has_none_selectors_spec.rb style updates 2018-07-16 15:04:52 -07:00
has_select_spec.rb style updates 2018-07-16 15:04:52 -07:00
has_selector_spec.rb Document marionette/geckodriver bug that causes test failure - https://github.com/mozilla/geckodriver/issues/1360\#issuecomment-416264288 - https://bugzilla.mozilla.org/show_bug.cgi\?id\=1486485 2018-08-27 11:55:06 -07:00
has_table_spec.rb style updates 2018-07-16 15:04:52 -07:00
has_text_spec.rb Support set default value for text predicates and matchers normalize whitespace behaviour 2018-08-24 17:47:31 +03:00
has_title_spec.rb Add Capybara.predicates_wait setting - defaults to true 2018-08-13 16:44:39 -07:00
has_xpath_spec.rb Support alternated id and class regexps when using CSS 2018-11-27 14:43:12 -08:00
headers_spec.rb style updates 2018-07-16 15:04:52 -07:00
html_spec.rb Fix typo and explain `sleep` usage in tests 2018-10-11 08:24:34 -07:00
matches_style_spec.rb Deprecate assert_style/has_style?/have_style in favor of assert_matches_style/matches_styles?/match_style to match naming convention 2018-12-06 11:12:18 -08:00
node_spec.rb Adjust click retry test timing 2018-11-27 10:17:48 -08:00
node_wrapper_spec.rb Optimize attribute checking for :element selector 2018-10-02 18:55:50 -07:00
refresh_spec.rb Fix typo and explain `sleep` usage in tests 2018-10-11 08:24:34 -07:00
reset_session_spec.rb test for removal of all cookies in all drivers 2018-10-02 14:26:31 -07:00
response_code_spec.rb style updates 2018-07-16 15:04:52 -07:00
save_and_open_page_spec.rb style updates 2018-07-16 15:04:52 -07:00
save_and_open_screenshot_spec.rb Cleanup some rubocop style warnings 2018-05-14 16:06:53 -07:00
save_page_spec.rb style updates 2018-07-16 15:04:52 -07:00
save_screenshot_spec.rb style updates 2018-07-16 15:04:52 -07:00
screenshot_spec.rb style updates 2018-07-16 15:04:52 -07:00
scroll_spec.rb Add Session#scroll_to/scroll_by and Element#scroll_to/scroll_by 2019-01-01 11:01:21 -08:00
select_spec.rb Support locator type checking and add a warning when locator looks to be CSS/XPath but shouldn't be (#2143) 2018-12-14 11:53:09 -08:00
selectors_spec.rb Support regexp for system :id and :class filters 2018-10-02 23:13:34 -07:00
sibling_spec.rb style updates 2018-07-16 15:04:52 -07:00
source_spec.rb Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
text_spec.rb RSpec cleanup 2018-08-27 11:40:36 -07:00
title_spec.rb RSpec cleanup 2018-08-27 11:40:36 -07:00
uncheck_spec.rb Allow check/uncheck/choose/attach_file/fill_in to work on element called on when no locator specified 2018-09-01 11:37:54 -07:00
unselect_spec.rb style updates 2018-07-16 15:04:52 -07:00
visit_spec.rb style updates 2018-07-16 15:04:52 -07:00
within_spec.rb RSpec cleanup 2018-08-27 11:40:36 -07:00