X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/20c594c3c683a492132c0fc105241689ee116c10..b2da714edbcb2fc203d2cbc83a940ab776be73d0:/apps/workbench/test/integration/pipeline_instances_test.rb diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb index e3449f6e98..b676dc74fc 100644 --- a/apps/workbench/test/integration/pipeline_instances_test.rb +++ b/apps/workbench/test/integration/pipeline_instances_test.rb @@ -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