X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a53d874994a5a9af273cee1329d9635b7e03edb..6d1fb016135e6126c1d5c17ca02f210ba98dfc13:/apps/workbench/test/integration/anonymous_access_test.rb diff --git a/apps/workbench/test/integration/anonymous_access_test.rb b/apps/workbench/test/integration/anonymous_access_test.rb index 8ac3a56cb4..7d3dfabd64 100644 --- a/apps/workbench/test/integration/anonymous_access_test.rb +++ b/apps/workbench/test/integration/anonymous_access_test.rb @@ -310,14 +310,4 @@ class AnonymousAccessTest < ActionDispatch::IntegrationTest end end end - - test "anonymous user accesses collection in shared project" do - visit "/collections/#{api_fixture('collections')['public_text_file']['uuid']}" - - # in collection page - assert_text 'Public Projects Unrestricted public data' - assert_text 'Hello world' - assert_text 'Content address' - assert_selector 'a', text: 'Provenance graph' - end end