diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 71a39ee34..71d910353 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -150,7 +150,7 @@ def sign_out_for(display_details) click_on "Logout" # make sure we're actually signed out. - assert_text "Signed out successfully" + assert_text(/Signed out successfully|You need to sign in or sign up before continuing/) end def new_session_page_for(display_details)