Displaying 1 result from an estimated 1 matches for "compinabox".
2007 Jan 26
0
Problems with assert_select in integration tests
...tion}]" do
assert_select "input[type=submit][value=#{button_text}]"
end
post_via_redirect destination, params
assert_response :success
end
end
Here is the failure report:
1) Failure:
test_personal_account_creation(AccountCreationTest)
[/Users/nielsene/ruby-work/compinabox/config/../vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb:281:in
`assert_select''
test/integration/account_creation_test.rb:37:in `click_button''
test/integration/account_creation_test.rb:11:in
`test_personal_account_creation''
/Users/nielsene...