X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4b20afd51e640d67a32b241349be9d2f7eac64b0..c24967d1685024079e29c84fa307c355625e92d0:/test/functional/user_controller_test.rb diff --git a/test/functional/user_controller_test.rb b/test/functional/user_controller_test.rb index 1c591f0e6..750cfbaaf 100644 --- a/test/functional/user_controller_test.rb +++ b/test/functional/user_controller_test.rb @@ -8,7 +8,7 @@ class UserControllerTest < ActionController::TestCase get :new assert_response :success - assert_select "html:root", :count => 1 do + assert_select "html", :count => 1 do assert_select "head", :count => 1 do assert_select "title", :text => /Create account/, :count => 1 end