]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/client_application_test.rb
Use ejs templates in browse JS
[rails.git] / test / integration / client_application_test.rb
index 8e08cbda0f9da15d8df3d46bb5896b519285a8d1..9ab32ca7810f6ae3aa8687d74b3b15371d803983 100644 (file)
@@ -12,11 +12,14 @@ class ClientApplicationTest < ActionController::IntegrationTest
     assert_redirected_to "controller" => "user", "action" => "login", "cookie_test" => "true"
     follow_redirect!
     assert_response :success
-    post '/login', {'user[email]' => "test@example.com", 'user[password]' => "test", :referer => '/user/test2'}
+    post '/login', {'username' => "test@example.com", 'password' => "test", :referer => '/user/test2'}
     assert_response :redirect
     follow_redirect!
     assert_response :success
     assert_template 'user/view'
+    get '/user/test2/account'
+    assert_response :success
+    assert_template 'user/account'
 
     # check that the form to allow new client application creations exists
     assert_in_body do