X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/809a0b4cf662cad17274a03adfec09a04dacf689..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 03c359e089..1cac667b22 100644 --- a/apps/workbench/test/integration/errors_test.rb +++ b/apps/workbench/test/integration/errors_test.rb @@ -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