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