3605: Make compute node summary table no longer clickable since it was a little
[arvados.git] / apps / workbench / test / integration / jobs_test.rb
index b5fc56a4f36e95ba28cb0b3b7d2b50e55559d024..50616de45fc077326cfed3de2e06f1e49276bcc6 100644 (file)
@@ -23,7 +23,6 @@ class JobsTest < ActionDispatch::IntegrationTest
     assert page.has_text? 'Textile description for job'
     assert page.has_link? 'Go to dashboard'
     click_link 'Go to dashboard'
-    assert page.has_text? 'My projects'
-    assert page.has_text? 'Projects shared with me'
+    assert page.has_text? 'Active pipelines'
   end
 end