From afabee438a48de83632f0eec51f78a0529b71a0e Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 3 Feb 2015 14:57:28 -0500 Subject: [PATCH] 2659: Update test to match changed error message. --- apps/workbench/test/integration/errors_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/workbench/test/integration/errors_test.rb b/apps/workbench/test/integration/errors_test.rb index 37846a8de7..1cac667b22 100644 --- a/apps/workbench/test/integration/errors_test.rb +++ b/apps/workbench/test/integration/errors_test.rb @@ -128,8 +128,7 @@ class ErrorsTest < ActionDispatch::IntegrationTest test "404 page checks if user not logged in and makes suggestion" do visit "/collections/#{BAD_UUID}" - assert_includes page.text, 'You are not logged into Arvados', - 'Not found: You are not logged into Arvados' + assert_text 'you are not logged in' end end -- 2.30.2