X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/887eba8c8dda1eaea0a6d4785a443798da6f80b7..ce85092f57e985925876dea7a455ef5e897b8127:/test/functional/user_controller_test.rb diff --git a/test/functional/user_controller_test.rb b/test/functional/user_controller_test.rb index 5c1d6f47e..058cab0ec 100644 --- a/test/functional/user_controller_test.rb +++ b/test/functional/user_controller_test.rb @@ -59,7 +59,7 @@ class UserControllerTest < ActionController::TestCase assert_response :success assert_template 'new' assert_select "div#errorExplanation" - assert_select "table#loginForm > tr > td > div[class=fieldWithErrors] > input#user_email" + assert_select "table#signupForm > tr > td > div[class=fieldWithErrors] > input#user_email" end # Check that the user account page will display and contains some relevant