.. |
all_spec.rb
|
Fix some specs, due to visibility changes
|
2013-02-15 22:09:40 +01:00 |
assert_selector.rb
|
Remove useless print statement
|
2013-10-20 19:29:33 +02:00 |
attach_file_spec.rb
|
Make sure multiple empty files are sent as nil, and not the empty string
|
2013-07-02 17:18:15 +02: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
|
textareas with linefeeds - Fixes #1068
|
2013-04-25 18:09:34 -07: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
|
Merge pull request #1054 from TimMoore/improve-change-event-test
|
2013-10-20 11:17:32 -07: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
|
Support filling in contenteditable elements, closes #911
|
2013-10-20 19:42:37 +02:00 |
reset_session_spec.rb
|
Improve resetting of page, closes #1035
|
2013-10-20 19:29:33 +02: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
|
Use have_content over should match
|
2013-02-26 08:30:55 +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 |