Bart Zonneveld wrote: > On 13-nov-2008, at 20:41, James B. Byrne wrote: > > Are you 100% sure the thing you are selecting exists in the select > box? That has bitten me in the butt a few times.. > > cheers, > bartz
This is what Rails generates from the view: <p> <label class="input_box" for="entity_entity_legal_form" title="Legal form is one of PERS, CORP or PART"> <b>Legal Form: </b><br /> </label> <select id="entity_entity_legal_form" name="entity[entity_legal_form]"> <option value="">Select the type of entity</option> <option value="CORP">CORP - Corporation</option> <option value="PART">PART - Partnership</option> <option value="PERS">PERS - Natural Person</option> </select> </p> So, it appears to me that the label and target ids match, "entity_entity_legal_form"; and the value that I am testing, "CORP" is available in the list of values. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users