X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a37e1b8f7035bfac0e38f5b95ea643c601e1c9b1..a302ddeb8a36048a6593b7f2b671aa19cfbe257d:/test/integration/client_application_test.rb?ds=sidebyside diff --git a/test/integration/client_application_test.rb b/test/integration/client_application_test.rb index 80da36deb..9ab32ca78 100644 --- a/test/integration/client_application_test.rb +++ b/test/integration/client_application_test.rb @@ -17,6 +17,9 @@ class ClientApplicationTest < ActionController::IntegrationTest 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