teamcapybara--capybara/lib/capybara/spec/session
Thomas Walpole b4861f3c19 move one of Node#path specs to Node spec instead of selenium specific 2015-08-20 14:35:15 -07:00
..
window improve tests for reliability with fully async driver - selenium w/chromedriver 2015-07-22 14:45:29 -07:00
accept_alert_spec.rb fix Base#dismiss_modal definition 2014-07-01 00:24:12 -07:00
accept_confirm_spec.rb Add modal API 2014-04-24 12:27:43 -05:00
accept_prompt_spec.rb remove unnecessary respond_to_prompt, change parameter name from :response to :with to match fill_in, take text/regex to match as optional inline parameter instead of option 2014-06-30 16:57:11 -07:00
all_spec.rb add #find_all as an alias of #all - Issue #1396 2015-04-23 11:11:57 -07:00
assert_selector.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
assert_text.rb increase timing leeway on test 2015-05-22 15:24:30 -07:00
assert_title.rb cleanup test 2014-07-02 10:38:19 -07:00
attach_file_spec.rb improve tests for reliability with fully async driver - selenium w/chromedriver 2015-07-22 14:45:29 -07:00
body_spec.rb improve tests for reliability with fully async driver - selenium w/chromedriver 2015-07-22 14:45:29 -07:00
check_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
choose_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
click_button_spec.rb improve tests for reliability with fully async driver - selenium w/chromedriver 2015-07-22 14:45:29 -07:00
click_link_or_button_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
click_link_spec.rb improve tests for reliability with fully async driver - selenium w/chromedriver 2015-07-22 14:45:29 -07:00
current_scope_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
current_url_spec.rb improve tests for reliability with fully async driver - selenium w/chromedriver 2015-07-22 14:45:29 -07:00
dismiss_confirm_spec.rb remove unnecessary respond_to_prompt, change parameter name from :response to :with to match fill_in, take text/regex to match as optional inline parameter instead of option 2014-06-30 16:57:11 -07:00
dismiss_prompt_spec.rb remove unnecessary respond_to_prompt, change parameter name from :response to :with to match fill_in, take text/regex to match as optional inline parameter instead of option 2014-06-30 16:57:11 -07:00
evaluate_script_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
execute_script_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
fill_in_spec.rb fill_options: {clear: :backspace} should only be tested for selenium 2015-04-12 20:32:12 -07:00
find_button_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_by_id_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_field_spec.rb move selector description to the selector object 2014-07-02 16:54:39 -07:00
find_link_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
find_spec.rb use monotonic process clock if available to remove limation on freezing time 2015-04-14 14:41:01 -07:00
first_spec.rb add Capybara.wait_on_first_by_default setting to control default behavior of Node#first 2015-04-23 10:12:25 -07:00
go_back_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
go_forward_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_button_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_css_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_field_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_link_spec.rb has_link and click_link accept regexp for href value 2015-04-27 20:33:39 -04:00
has_select_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_selector_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_table_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_text_spec.rb raise error when invalid options are passed to have_text/have_content - Fixes issue #1549 2015-07-16 10:46:44 -07:00
has_title_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
has_xpath_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
headers.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
html_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
node_spec.rb move one of Node#path specs to Node spec instead of selenium specific 2015-08-20 14:35:15 -07:00
reset_session_spec.rb allow configuring the errors which will be raised by the server 2015-02-26 13:40:59 -08:00
response_code.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
save_and_open_page_spec.rb Cleanup save_* family of methods 2014-08-24 14:48:20 +03:00
save_and_open_screenshot_spec.rb Fix save_and_open_screenshot for 3rd drivers 2014-06-29 20:55:24 -03:00
save_page_spec.rb inject_asset_host should not raise if <head> is missing 2015-05-04 01:02:36 -07:00
save_screenshot_spec.rb Cleanup save_* family of methods 2014-08-24 14:48:20 +03:00
screenshot_spec.rb Add ability to save and open screenshot 2014-04-03 13:40:18 -07:00
select_spec.rb warn when attempting to select a disabled option 2015-06-05 13:24:57 -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 optimization of Capybara::RackTest::Node#unnormalized_text 2014-05-20 14:51:42 -07:00
title_spec.rb fix for issue #1524 2015-05-28 10:51:23 -07:00
uncheck_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
unselect_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
visit_spec.rb Replace hardcoded `localhost` in spec helper. 2014-10-05 18:23:35 -04:00
within_frame_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00
within_spec.rb Update all tests to "expect" format and add support for RSpec 3 usage 2014-04-02 14:33:26 -07:00