a8d0cebde3
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] |
||
---|---|---|
.. | ||
locators | ||
matchers | ||
selenium | ||
basic_auth_spec.rb | ||
check_spec.rb | ||
choose_spec.rb | ||
click_area_spec.rb | ||
click_button_spec.rb | ||
click_link_spec.rb | ||
fill_in_spec.rb | ||
reload_spec.rb | ||
save_and_open_spec.rb | ||
select_date_spec.rb | ||
select_datetime_spec.rb | ||
select_spec.rb | ||
select_time_spec.rb | ||
set_hidden_field_spec.rb | ||
submit_form_spec.rb | ||
visit_spec.rb | ||
within_spec.rb |