Merge branch '5141-workbench-numeric-inputs-wip'
[arvados.git] / apps / workbench / test / integration / errors_test.rb
index 1cac667b22d3e61a2409fb5324f07b5d7ff2b516..1897a038589898d8b31514360ed952de64365f51 100644 (file)
@@ -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