Merge branch '2659-anonymous-share-projects' of git.curoverse.com:arvados into 2659...
[arvados.git] / apps / workbench / test / integration / errors_test.rb
index 03c359e089590f20f8ea12334b7d518923923479..1cac667b22d3e61a2409fb5324f07b5d7ff2b516 100644 (file)
@@ -126,4 +126,9 @@ class ErrorsTest < ActionDispatch::IntegrationTest
     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