10078: Since we are not fetching components for pipeline instances (at least until...
[arvados.git] / apps / workbench / test / integration / application_layout_test.rb
index 93827a9c74339a2b67365e6199ad9e2d32668410..c4eb941b08894bb4cf58c88f75ba7e721e120f3f 100644 (file)
@@ -256,9 +256,10 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
       end
 
       within('.recent-processes') do
-        assert_text 'running_with_job'
-        within('.row-zzzzz-d1hrv-runningpipeline') do
-          assert_text 'foo'
+        assert_text 'pipeline_with_job'
+
+        within('.row-zzzzz-xvhdp-cr4runningcntnr') do
+          assert_text 'requester_for_running_cr'
         end
 
         assert_text 'zzzzz-d1hrv-twodonepipeline'
@@ -268,7 +269,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
 
         assert_text 'completed container request'
         within('.row-zzzzz-xvhdp-cr4completedctr')do
-          assert page.has_link? 'foo_file'
+          assert page.has_link? '1f4b0bc7583c2a7f9102c395f4ffc5e3+45'
         end
       end