Merge branch '4031-fix-graph-connections' closes #4031
[arvados.git] / apps / workbench / test / integration / pipeline_instances_test.rb
index 6312546db078209f3354c1e7c5e3f85e1fbb506c..7095a87442ab9179f39a9918ec2fc061148eea66 100644 (file)
@@ -147,7 +147,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
     # since the pipeline component has a job, expect to see the graph
     assert page.has_text? 'Graph'
     click_link 'Graph'
-    assert page.has_text? 'script_version'
+    page.assert_selector "#provenance_graph"
   end
 
   test 'pipeline description' do