teamcapybara--capybara/lib/capybara/spec/session
tmertens b43fadc163 Un-DRY specs 2014-01-17 17:59:10 -06:00
..
all_spec.rb Un-DRY specs 2014-01-17 17:59:10 -06:00
assert_selector.rb Remove useless print statement 2013-10-20 19:29:33 +02:00
attach_file_spec.rb Add selenium with chrome to the travis test suite 2013-11-15 13:45:50 -08:00
body_spec.rb Use have_content over body.should include, closes #792 2012-08-30 15:59:43 +02:00
check_spec.rb Add `option` option when selecting radio buttons or checkboxes by their name, closes #1040 2013-10-20 19:59:07 +02:00
choose_spec.rb Add `option` option when selecting radio buttons or checkboxes by their name, closes #1040 2013-10-20 19:59:07 +02:00
click_button_spec.rb formaction support 2013-12-12 11:47:45 -08:00
click_link_or_button_spec.rb Add support for :disabled as a filter, instead of being harcoded, closes #982 2013-03-08 14:19:39 +01:00
click_link_spec.rb Spec for link :exact option 2013-02-24 16:35:52 +01:00
current_scope_spec.rb Expose current_scope as a session DSL method, closes #959 2013-02-18 22:40:36 +01:00
current_url_spec.rb formatting 2012-12-31 11:49:41 +01:00
evaluate_script_spec.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
execute_script_spec.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
fill_in_spec.rb use no-sandbox option for chrome and adjust permissions for /dev/shm for travis build 2013-11-18 12:47:05 -08:00
find_button_spec.rb Add options to finders 2013-02-24 17:47:53 +01:00
find_by_id_spec.rb Add options to finders 2013-02-24 17:47:53 +01:00
find_field_spec.rb Add support for :disabled as a filter, instead of being harcoded, closes #982 2013-03-08 14:19:39 +01:00
find_link_spec.rb Add options to finders 2013-02-24 17:47:53 +01:00
find_spec.rb Improve test for cast of text argument 2013-03-26 16:52:48 +01:00
first_spec.rb Add :all, :hidden, :visible as valid options of :visible, closes #944 2013-02-24 18:44:00 +01:00
go_back_spec.rb add back and forward methods to the selenium driver 2013-10-21 00:00:29 +03:00
go_forward_spec.rb add back and forward methods to the selenium driver 2013-10-21 00:00:29 +03:00
has_button_spec.rb Allows passing options through has_button? to has_selector? 2013-08-08 19:05:38 -04:00
has_css_spec.rb Empty tags are invisible according to Selenium. Huh. 2013-02-15 23:23:48 +01:00
has_field_spec.rb Allows passing options through has_checked_field? and has_unchecked_field? to has_selector? 2013-08-08 21:36:33 -04:00
has_link_spec.rb Support non string arguments 2012-09-06 09:33:43 +02:00
has_select_spec.rb Support non string arguments 2012-09-06 09:33:43 +02:00
has_selector_spec.rb Make text filter respect visibility filter 2013-02-17 16:09:14 +01:00
has_table_spec.rb Support non string arguments 2012-09-06 09:33:43 +02:00
has_text_spec.rb support :wait option in `assert_selector` and `has_text?` matcher 2013-07-03 15:09:02 +03:00
has_title_spec.rb Add has_title matcher, thanks @nashby 2013-02-16 09:34:30 +01:00
has_xpath_spec.rb Fixing issue with have_xpath and have_css when count is 0 2012-09-25 11:35:25 +02:00
headers.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
html_spec.rb Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
node_spec.rb Merge pull request #1079 from twalpole/double_click 2013-11-25 17:05:15 -08:00
reset_session_spec.rb Navigate to about:blank to reset page instead of empty file 2014-01-06 16:17:58 +01:00
response_code.rb Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
save_page_spec.rb Always return an absolute path from save_page, closes #1144 2013-08-26 14:54:30 +02:00
screenshot.rb Add magic comment for Ruby2.0.0 2012-12-16 01:57:03 +09:00
select_spec.rb Add options to `select` 2013-02-24 17:02:32 +01:00
source_spec.rb Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
text_spec.rb Add option to `text` which makes it possible to return all text, not just invisible text, closes #960 2013-02-17 14:47:32 +01:00
title_spec.rb Add #title method to Capybara::Node::Document 2013-02-06 21:36:55 +02:00
uncheck_spec.rb Add options to `uncheck` 2013-02-24 16:48:33 +01:00
unselect_spec.rb Send through options to unselect 2013-02-24 17:03:12 +01:00
visit_spec.rb Correctly handle moving to absolute URI without trailing slash, closes #1055 2013-11-10 14:31:08 +01:00
within_frame_spec.rb reset scope when switching frames and windows - fixes Issue 1103 2013-07-02 10:50:18 -07:00
within_spec.rb fix failing specs due to invalid css 2013-02-18 13:08:34 -08:00
within_window_spec.rb reset scope when switching frames and windows - fixes Issue 1103 2013-07-02 10:50:18 -07:00