webrat/spec/public
Mark Menard 0c2261d869 Add support for Rails javascript post links. 2009-03-12 15:42:20 -04:00
..
locators field_labeled() should disregard labels without matching fields 2009-01-18 15:57:08 -06:00
matchers Pulling attribute conditions up from have_selector to have_xpath 2009-02-23 20:47:02 -05:00
basic_auth_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
check_spec.rb When faced with a label with no for attribute, that contains a hidden field and another field, as can be the case in Rails 2.3's checkbox view, webrat now locates the non-hidden field. 2009-03-01 01:44:35 -05:00
choose_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
click_area_spec.rb Refactor redirect handling as Merb response doesn't support the redirect? method. All integration specs now passing again. 2008-12-29 22:45:55 -05:00
click_button_spec.rb Added recognition of input tags with type button, which are generated by the Rails submit_to_remote helper 2009-01-07 12:27:47 +01:00
click_link_spec.rb Add support for Rails javascript post links. 2009-03-12 15:42:20 -04:00
fill_in_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
reload_spec.rb Use reload instead of deprecated reloads in spec 2009-01-19 13:40:58 -05:00
save_and_open_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
select_date_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
select_datetime_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
select_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
select_time_spec.rb Moving spec/webrat to spec/private and spec/api to spec/public (a la Merb) 2008-12-29 01:06:04 -05:00
set_hidden_field_spec.rb Remove a couple pending specs 2009-01-17 17:02:05 -05:00
submit_form_spec.rb Remove a couple pending specs 2009-01-17 17:02:05 -05:00
visit_spec.rb Detect infinite redirects and raise a Webrat::InfiniteRedirectError (Daniel Lucraft) 2009-02-08 20:54:00 -05:00
within_spec.rb Labels should only search for fields within the current scope 2009-01-19 13:45:36 -06:00