]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/user_controller_test.rb
force changeset id to be an int so we don't have a table scan
[rails.git] / test / functional / user_controller_test.rb
index 5c1d6f47eb2d4743a5b80a3a149ccd7d6c2e53a1..058cab0ecda2904b39c04e1e58fef5405010d33f 100644 (file)
@@ -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