X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b2c5461fed97bbcdc0837dd6c91eb9af0bb65f45..3267a3c55cee4e86cfe3e938f0ed26d4ec000e6f:/test/system/oauth2_test.rb diff --git a/test/system/oauth2_test.rb b/test/system/oauth2_test.rb index ab4964052..0b9213aaa 100644 --- a/test/system/oauth2_test.rb +++ b/test/system/oauth2_test.rb @@ -5,6 +5,12 @@ class Oauth2Test < ApplicationSystemTestCase sign_in_as(create(:user)) visit oauth_authorized_applications_path + assert_text "OpenStreetMap Web Site" + + accept_alert do + click_on "Revoke Access" + end + assert_text "You have not yet authorized any OAuth 2 applications." end end