X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/90fd22e2a35cea1e4bc55185f93267c49fb37b6e..55bb2437313da9e1628a6c69f7ead6e7946760ab:/test/application_system_test_case.rb?ds=inline diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 7931546d4..ef8f0e371 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -33,6 +33,11 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase end end + def sign_out + visit logout_path + click_on "Logout", :match => :first + end + def within_sidebar(&block) within "#sidebar_content", &block end