teamcapybara--capybara/lib/capybara/spec/session
Thomas Walpole 29e86bd9fc Update to rubocop 0.72 2019-06-25 13:46:33 -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 Update edge testing for Chrome based Edge on MacOS 2019-06-03 09:57:26 -07: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 Add Node#obscured? and :obscured system filter 2019-05-11 16:26:05 -07: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 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 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 Test that attach_file with make_visible and block mode trigger change event 2019-05-23 12:02:23 -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 Add `name` attribute to button selector matching 2019-04-11 11:09:19 -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 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 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 Set color inputs via JS in selenium driver since we can't control the color picker 2019-06-05 10:35:42 -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 Support multiple expression types in one selector 2019-04-23 09:16:07 -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 style updates 2018-07-16 15:04:52 -07:00
has_css_spec.rb Deprecate passing a symbol as a CSS selector 2019-05-20 09:39:50 -07:00
has_current_path_spec.rb Enable partial double verification and cleanup some specs 2019-04-20 10:23:07 -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 Fix IE test failures 2019-01-01 13:30:51 -08:00
has_selector_spec.rb Allow drivers to provide initial element visibility with found elements and receive other optional filtering options for find_xpath/css. 2019-01-08 10:52:19 -08:00
has_sibling_spec.rb Add ancestor/sibling assertions and expectations 2019-05-28 17:13:40 -07:00
has_table_spec.rb Refactor :table selector filters 2019-03-20 11:32:33 -07:00
has_text_spec.rb Add syntatic sugar to have_selector and have_text matchers 2019-05-07 17:32:59 -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 Add w3c_click_offset setting to allow click offsets from element centers 2019-06-16 14:10:08 -07: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 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 Workaround no longer necessary 2019-04-30 16:57:17 -07:00
save_page_spec.rb style updates 2018-07-16 15:04:52 -07:00
save_screenshot_spec.rb Remove no longer necessary partial double verification disabling 2019-06-10 18:10:51 -07: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 Update to rubocop 0.72 2019-06-25 13:46:33 -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 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