]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/users_controller_test.rb
Set both light and dark banner themes
[rails.git] / test / controllers / users_controller_test.rb
index 0c2d7d3427443831584f003e0b8c16662008d481..c5566e65db4ae534015fa97331fba7c6f2c7fd05 100644 (file)
@@ -82,7 +82,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
         assert_select "div#content", :count => 1 do
           assert_select "form[action='/user/new'][method='post']", :count => 1 do
             assert_select "input[id='user_email']", :count => 1
-            assert_select "input[id='user_email_confirmation']", :count => 1
             assert_select "input[id='user_display_name']", :count => 1
             assert_select "input[id='user_pass_crypt'][type='password']", :count => 1
             assert_select "input[id='user_pass_crypt_confirmation'][type='password']", :count => 1