get oauth_authorized_applications_path
assert_response :success
assert_template "oauth2_authorized_applications/index"
- assert_select "tr", 2
+ assert_select "tbody tr", 2
end
def test_destroy
get oauth_authorized_applications_path
assert_response :success
assert_template "oauth2_authorized_applications/index"
- assert_select "tr", 1
+ assert_select "tbody tr", 1
end
end