2659: add publicly accessible pipeline instance and template to the list of objects...
[arvados.git] / apps / workbench / test / integration / errors_test.rb
index 23e8c012af7e78abd091ad3e79473645ad500b5a..1cac667b22d3e61a2409fb5324f07b5d7ff2b516 100644 (file)
@@ -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_text 'You are not logged into Arvados',
-                'Not found: You are not logged into Arvados'
+    assert_text 'you are not logged in'
   end
 
 end