From 64e2bca8326bd46a2ad80b6a7a430dea0f81ff6b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 14 Mar 2024 11:34:28 +0100 Subject: Added rubocop-minitest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- test/application_system_test_case.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/application_system_test_case.rb') diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index eaa28b0..5fd0889 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -19,6 +19,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase # Sign out the current user if it's already signed in, otherwise do nothing. def sign_out_maybe! click_on I18n.t('sessions.sign-out') + assert_text I18n.t('sessions.title') rescue Capybara::ElementNotFound # We were not logged in, do nothing. -- cgit v1.2.3