Merge branch 'master' into 6093-refresh-docs
[arvados.git] / apps / workbench / test / integration / application_layout_test.rb
index f8984f0db38aba11455dc118e74785afc72fa850..daf2b09bbb1717b50bd472a54cda8e13a0e63db1 100644 (file)
@@ -25,7 +25,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
         assert page.has_link?("Projects"), 'Not found link - Projects'
         page.find("#projects-menu").click
         assert_selector 'a', text: 'Add a new project'
-        assert_no_selector 'a', text: 'Browse public projects'  # anonymous config is not enabled by default
+        assert_no_selector 'a', text: 'Browse public projects'
         assert page.has_text?('Projects shared with me'), 'Not found text - Project shared with me'
       end
     elsif invited