.. |
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_url_spec.rb
|
Rearranged drivers a little bit
|
2010-07-10 03:11:54 +02:00 |
fill_in_spec.rb
|
Added spec which proves that URL fields work, closes #80
|
2010-06-29 21:58:57 +02: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
|
Removed deprecated stuff
|
2010-10-29 13:41:49 +02:00 |
first_spec.rb
|
Specs for #first
|
2011-01-01 12:03:51 -08: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
|
Added :between, :maximum, and :minimum conditions to has_css? and
|
2010-10-29 12:02:43 -04:00 |
has_field_spec.rb
|
Ensure that matchers work correctly after actions, closes #171
|
2010-12-31 11:04:36 -08: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
|
Moved shared specs into lib directory
|
2010-04-09 16:41:35 +02:00 |
javascript.rb
|
Fix some deprecation warnings with new rspec
|
2010-11-18 22:23:56 +01: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 |
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 |