1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/spec/session
2020-09-05 12:24:43 -07:00
..
element Remove unnecessary instance variables from specs 2019-02-26 09:48:09 -08:00
frame Workaround Safari issue with switching to parent frame 2019-04-04 18:21:12 -07:00
window Style updates 2020-02-17 11:49:12 -08:00
accept_alert_spec.rb relax timing on accept alert test 2020-07-05 14:55:59 -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 beginless ranges 2020-01-25 17:47:05 -08:00
ancestor_spec.rb Allow for specifying reverse results order 2019-12-10 17:03:41 -08: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 Enable partial double verification and cleanup some specs 2019-04-20 10:23:07 -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 Fix Ruby 2.7 deprecation warnings 2019-12-29 14:37:23 -08:00
assert_title_spec.rb style updates 2018-07-16 15:04:52 -07:00
attach_file_spec.rb Remove extraneous focus_ metadata 2019-08-17 17:24:40 -07:00
body_spec.rb style updates 2018-07-16 15:04:52 -07:00
check_spec.rb Add :with alias for :option filter on checkbox and radiobutton selectors 2019-05-29 11:25:54 -07:00
choose_spec.rb Add :with alias for :option filter on checkbox and radiobutton selectors 2019-05-29 11:25:54 -07:00
click_button_spec.rb Change enable_aria_button_role to enable_aria_role 2020-04-05 14:13:53 -07: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 Allow href: false option to :link selector to ignore href 2019-05-14 16:14:55 -07:00
current_scope_spec.rb style updates 2018-07-16 15:04:52 -07:00
current_url_spec.rb Rubocop update 2020-07-15 11:08:10 -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 Add tests for multi-statement evaluate_script via IIFE 2019-05-30 10:56:14 -07: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 Implement rapid setting for text/textarea fields with strings 50 characters and longer in Selenium 2020-03-28 17:34:11 -07: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 Fix IE test failures 2019-01-01 13:30:51 -08:00
find_link_spec.rb style updates 2018-07-16 15:04:52 -07:00
find_spec.rb Style updates 2020-09-05 12:24:43 -07:00
first_spec.rb Support multiple expression types in one selector 2019-04-23 09:16:07 -07: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_ancestor_spec.rb Fix has_no_anecstor expectation 2019-06-24 16:54:20 -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 Change enable_aria_button_role to enable_aria_role 2020-04-05 14:13:53 -07:00
has_css_spec.rb Style updates 2020-02-17 11:49:12 -08:00
has_current_path_spec.rb Pass new and previous session to using_session block if it accepts 2020-04-26 13:51:03 -07:00
has_field_spec.rb Add validation_message filter to field and fillable_field selectors 2020-06-07 14:19:22 -07: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 Prepare for next rubocop-rspec release 2020-05-10 16:31:37 -07:00
has_selector_spec.rb Update visibility specification in some tests 2020-05-03 15:32:51 -07:00
has_sibling_spec.rb Add ancestor/sibling assertions and expectations 2019-05-28 17:13:40 -07:00
has_table_spec.rb Fix issue #2287 2019-12-22 08:43:39 -08:00
has_text_spec.rb Remove unnecessary test 2020-07-03 17:43:02 -07: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 Enable partial double verification and cleanup some specs 2019-04-20 10:23:07 -07:00
node_spec.rb Style updates 2020-09-05 12:24:43 -07:00
node_wrapper_spec.rb Optimize attribute checking for :element selector 2018-10-02 18:55:50 -07:00
refresh_spec.rb Try again 2020-07-05 23:05:54 -07:00
reset_session_spec.rb Remove unnecessary instance variables from specs 2019-02-26 09:48:09 -08: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 Fix tests for 2.7 behavior change 2019-11-29 09:47:35 -08:00
save_page_spec.rb Style updates 2020-09-05 12:24:43 -07:00
save_screenshot_spec.rb Fix tests for 2.7 behavior change 2019-11-29 09:47:35 -08:00
screenshot_spec.rb style updates 2018-07-16 15:04:52 -07:00
scroll_spec.rb Relax test requirements 2019-05-17 11:46:10 -07:00
select_spec.rb Add ancestor/sibling assertions and expectations 2019-05-28 17:13:40 -07:00
selectors_spec.rb Support Regexp for :name and :placeholder in selectors that import fi… (#2283) 2019-12-08 09:21:10 -05:00
sibling_spec.rb style updates 2018-07-16 15:04:52 -07: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 Implement the _field disabled: false filter partially as an expression filter 2019-04-03 14:51:50 -07:00
unselect_spec.rb Implement the _field disabled: false filter partially as an expression filter 2019-04-03 14:51:50 -07:00
visit_spec.rb style updates 2018-07-16 15:04:52 -07:00
within_spec.rb Enable rack_test driver to reload nodes if stale 2019-02-18 11:46:21 -08:00