Merge branch 'master' into 4194-keep-logging
[arvados.git] / apps / workbench / test / integration / application_layout_test.rb
index 6ec535b7b6ec99aa9e319e2a494545bf4c6fa493..69e346d078e0a4b3a744eb52493e0afce46266cb 100644 (file)
@@ -21,7 +21,8 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
       if profile_config && !has_profile
         assert page.has_text?('Save profile'), 'No text - Save profile'
       else
-        assert page.has_text?('My projects'), 'Not found text - My projects'
+        assert page.has_link?("Projects"), 'Not found link - Projects'
+        page.find("#projects-menu").click
         assert page.has_text?('Projects shared with me'), 'Not found text - Project shared with me'
       end
     elsif invited