Displaying 1 result from an estimated 1 matches for "new_account_step_two".
2007 Jan 26
0
Problems with assert_select in integration tests
...User",
:password=>''T3st!ng'', :password_confirmation=>''T3st!ng'',
:account_type=>''Personal'', :email=>''me-hcDgGtZH8xPR7s880joybQ@public.gmane.org''}
click_button "Create Account", "/account/new_account_step_two",
{:first_name=>''Test'', :last_name=>''User''}
end
private
def goto_home_page
get "/"
assert_response :success
assert_template "register/list"
end
def click_link(link_text, destination)
assert_select "a...