X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e31b4ee6fa3da212239dfb5a2e4761ff51ed0928..e5b8f6826a2034c0c7d7142cff3fb02f64fb8831:/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 1cac667b22..1897a03858 100644 --- a/apps/workbench/test/integration/errors_test.rb +++ b/apps/workbench/test/integration/errors_test.rb @@ -125,10 +125,4 @@ class ErrorsTest < ActionDispatch::IntegrationTest Rails.configuration.arvados_v1_base = original_arvados_v1_base end end - - test "404 page checks if user not logged in and makes suggestion" do - visit "/collections/#{BAD_UUID}" - assert_text 'you are not logged in' - end - end