.. |
all_spec.rb
|
:visible => false now works as expected
|
2010-12-22 16:10:42 +01:00 |
attach_file_spec.rb
|
Turns out we don't have to exclude @multiple after all but merely @type='file'. Now includes specs that pass with this change and fail without it.
|
2010-11-11 11:43:58 +13:00 |
check_spec.rb
|
CheckSpec module removed. It's all global now.
|
2010-08-27 20:40:25 +02:00 |
choose_spec.rb
|
Moved shared specs into lib directory
|
2010-04-09 16:41:35 +02:00 |
click_button_spec.rb
|
disabled inputs/selects/textareas are not put in params for the rack driver
|
2010-08-21 16:30:55 +02:00 |
click_link_or_button_spec.rb
|
Removed deprecated stuff
|
2010-10-29 13:41:49 +02:00 |
click_link_spec.rb
|
Handle naked query string, closes #133
|
2010-10-22 16:45:33 +02:00 |
current_host_spec.rb
|
don't use request.domain as it's not always available
|
2011-04-02 16:58:13 +02:00 |
current_url_spec.rb
|
Rearranged drivers a little bit
|
2010-07-10 03:11:54 +02:00 |
fill_in_spec.rb
|
Made rack test driver honour maxlength constraints on text and password fields. Closes #210.
|
2011-03-06 01:06:10 +01:00 |
find_button_spec.rb
|
Find and locate now do the same thing
|
2010-07-19 20:18:16 +02:00 |
find_by_id_spec.rb
|
Find and locate now do the same thing
|
2010-07-19 20:18:16 +02:00 |
find_field_spec.rb
|
Find and locate now do the same thing
|
2010-07-19 20:18:16 +02:00 |
find_link_spec.rb
|
Fixed some various selenium problems
|
2010-08-21 16:15:19 +02:00 |
find_spec.rb
|
failure message now takes a second argument
|
2011-03-10 22:39:52 +01:00 |
first_spec.rb
|
Prefer visible elements over hidden (with option)
|
2011-02-08 16:05:57 +01:00 |
has_button_spec.rb
|
Moved shared specs into lib directory
|
2010-04-09 16:41:35 +02:00 |
has_content_spec.rb
|
Moved shared specs into lib directory
|
2010-04-09 16:41:35 +02:00 |
has_css_spec.rb
|
Convert count, minimum, and maximum to integers
|
2011-03-05 23:06:33 +01:00 |
has_field_spec.rb
|
Remove focus thingy
|
2011-03-25 10:46:16 +00:00 |
has_link_spec.rb
|
has_link? does not accept non-hashed href
|
2011-01-16 17:08:16 -06:00 |
has_select_spec.rb
|
Ensure that matchers work correctly after actions, closes #171
|
2010-12-31 11:04:36 -08:00 |
has_selector_spec.rb
|
Added has_selector? method
|
2010-10-12 13:26:24 +02:00 |
has_table_spec.rb
|
Moved shared specs into lib directory
|
2010-04-09 16:41:35 +02:00 |
has_xpath_spec.rb
|
Wrap driver nodes in new Node class which inherits from session
|
2010-07-10 01:51:20 +02:00 |
headers.rb
|
Be less restrictive in session spec wrt content-type
|
2011-01-21 15:38:26 +01:00 |
javascript.rb
|
Capybara should not care about celerity and culerity drivers
|
2011-03-08 16:50:21 -03:00 |
response_code.rb
|
Rename response_code to status_code for consistency.
|
2010-06-07 13:14:40 +10:00 |
select_spec.rb
|
Fix the rack driver to favour option's value attributes over their content.
|
2010-10-04 21:17:07 +01:00 |
text_spec.rb
|
Fix document#text
|
2011-02-18 16:29:51 -05:00 |
uncheck_spec.rb
|
Moved shared specs into lib directory
|
2010-04-09 16:41:35 +02:00 |
unselect_spec.rb
|
select/unselect do not require a from option
|
2010-10-03 19:15:40 +02:00 |
within_spec.rb
|
Within now accepts same args as other finders. closes #227
|
2010-12-22 16:15:06 +01:00 |