X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/50ab35e7c81a9c1363da289bf76424d669bdf80c..fa166d52969bb6f002fb62b554ef227194e0febe:/apps/workbench/test/integration/errors_test.rb 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