X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c24967d1685024079e29c84fa307c355625e92d0..bd7a912aa69237cec34c711aefb9454360b094a8:/test/functional/user_controller_test.rb?ds=sidebyside diff --git a/test/functional/user_controller_test.rb b/test/functional/user_controller_test.rb index 750cfbaaf..a069f20a2 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#signupForm > tr > td > div[class=fieldWithErrors] > input#user_email" + assert_select "table#signupForm > tr > td > div[class=field_with_errors] > input#user_email" end # Check that the user account page will display and contains some relevant