X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/956ba386d684a8788eb3e96aa13fc82480b3f1c5..c1b5ae0aa08be555588de8098b5ea8319f4c7925:/test/application_system_test_case.rb 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