webrat/spec/public
Kieran Pilkington a8d0cebde3 Various improvements, refinements, and bugfixes for select field usage.
Multiple select boxes are now handled a lot better.
* You can now select more than one field (where as previously, the last one select would override previous selections)
* You can now unselect a value. It works like select, takes the same params, but removes the selection value

Issues regarding ampersands in values have been resolved.
* Values are now unescaped when the to_param method is run on elements, to make assertions less complicated
* Locating an option with ampersand values now works as expected (it will check for both escaped and unescaped occurrences)

Bunch of new specs and 3 broken pending ones have now been fixed. [#145 status:resolved]
2009-08-31 18:34:04 +12:00
..
locators Stripping whitespace 2009-05-11 01:27:04 -04:00
matchers Ruby 1.9-compat - test for MiniTest::Assertion instead of T::U::AssertionFailedError 2009-08-12 14:52:01 +08:00
selenium Fixed Spec in Test Unit more thoroghly 2009-06-05 13:51:55 -05:00
basic_auth_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
check_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
choose_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
click_area_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
click_button_spec.rb Various improvements, refinements, and bugfixes for select field usage. 2009-08-31 18:34:04 +12:00
click_link_spec.rb Revert "Correct some specs that need full URLs" 2009-05-11 16:51:42 -04:00
fill_in_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
reload_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
save_and_open_spec.rb Use Launchy to handle opening pages in the browser with cross-platform compatibility 2009-06-14 21:38:04 -04:00
select_date_spec.rb Revert "Correct some specs that need full URLs" 2009-05-11 16:51:42 -04:00
select_datetime_spec.rb Revert "Correct some specs that need full URLs" 2009-05-11 16:51:42 -04:00
select_spec.rb Various improvements, refinements, and bugfixes for select field usage. 2009-08-31 18:34:04 +12:00
select_time_spec.rb Revert "Correct some specs that need full URLs" 2009-05-11 16:51:42 -04: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 Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
within_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00