2872: Merge branch 'master' into 2872-folder-nav
[arvados.git] / apps / workbench / test / integration / pipeline_instances_test.rb
index 50d328a41c4d5b781b96e3d63cdac749fa1a7bc9..7d09c82320ac98becd1d8c545dacdf2bde027cac 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