2919: update integration test to assert provenace graph div
[arvados.git] / apps / workbench / test / integration / pipeline_instances_test.rb
index e3449f6e98a58d01ae857ed93caee810e84e37e5..b676dc74fc316da7f3c6cd2d15d64f09b56261e2 100644 (file)
@@ -52,5 +52,9 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
 
     # Pipeline is stopped. We have the option to resume it.
     page.assert_selector 'a,button', text: 'Run'
+
+    # Go over to the graph tab
+    click_link 'Graph'
+    assert page.has_css? 'div#provenance_graph'
   end
 end