X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/89096c06922b406f7157082de410e40960f5c73e..37301d86406cc4991c6f149f00a6a0846d1808af:/apps/workbench/test/integration/pipeline_instances_test.rb?ds=sidebyside diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb index e10068f162..b676dc74fc 100644 --- a/apps/workbench/test/integration/pipeline_instances_test.rb +++ b/apps/workbench/test/integration/pipeline_instances_test.rb @@ -31,9 +31,9 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest visit instance_page page.assert_selector 'a.disabled,button.disabled', text: 'Run' - assert find('div.alert', text: 'Provide a value') + assert find('p', text: 'Provide a value') - find('div.form-group', text: 'Input for part-one component'). + find('div.form-group', text: 'Foo/bar pair'). find('a,input'). click find('.editable-input select').click @@ -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