X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5723ba06243fcf7c0a56e68c245a23ab267c841b..d60042335136bdbe34ecd86dfbe4bb5e9050045e:/test/controllers/oauth2_applications_controller_test.rb diff --git a/test/controllers/oauth2_applications_controller_test.rb b/test/controllers/oauth2_applications_controller_test.rb index 149b6ee35..1b6eaabfe 100644 --- a/test/controllers/oauth2_applications_controller_test.rb +++ b/test/controllers/oauth2_applications_controller_test.rb @@ -51,7 +51,7 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest get oauth_applications_path assert_response :success assert_template "oauth2_applications/index" - assert_select "tr", 2 + assert_select "tbody tr", 2 end def test_new