Displaying 1 result from an estimated 1 matches for "new_person_creation_sourc".
Did you mean:
new_person_creation_source
2006 Feb 09
1
Alternative take on Selenium in Rails
...type ''new_person_first_name'', ''Pixel''
type ''new_person_last_name'', ''the Cat''
select ''new_person_gender'', ''Male''
type ''new_person_creation_source'', ''The Planet Zorg''
click_and_wait ''submit_add_new_person'', 4
assert_contains ''person_name'', ''Pixel the Cat''
end
end
This will be turned into a Selenium test suite when you run:
rake selenium
A...