[ARVADOS] updated: 1.3.0-1473-g23138fc62

Git user git at public.curoverse.com
Fri Aug 9 17:06:48 UTC 2019


Summary of changes:
 apps/workbench/test/integration/application_layout_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  23138fc621581634579294751beeff7f5e66358e (commit)
      from  050ea7fdc6317a0fa0eeed20b0e6cb0b7fd6693b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 23138fc621581634579294751beeff7f5e66358e
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Fri Aug 9 14:04:31 2019 -0300

    14716: Fixes wb integration test.
    
    Now that we have an unified Users.AnonymousUserToken setting active for the
    integration tests, workbench started to show the 'Browse public projects'
    menu item.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index 505767814..361d977e5 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -30,7 +30,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
         assert page.has_link?("Projects"), 'Not found link - Projects'
         page.find("#projects-menu").click
         assert_selector 'a', text: 'Search all projects'
-        assert_no_selector 'a', text: 'Browse public projects'
+        assert_selector 'a', text: 'Browse public projects'
         assert_selector 'a', text: 'Add a new project'
         assert_selector 'li[class="dropdown-header"]', text: 'My projects'
       end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list