X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c59093180fd92f0d7c6607a49458446212ebd058..5b3187552676947ee74e4b652e7a04d3d9b9a3a4:/apps/workbench/test/integration/application_layout_test.rb diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb index b6a501f924..daf2b09bbb 100644 --- a/apps/workbench/test/integration/application_layout_test.rb +++ b/apps/workbench/test/integration/application_layout_test.rb @@ -24,6 +24,8 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest else 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' assert page.has_text?('Projects shared with me'), 'Not found text - Project shared with me' end elsif invited