X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..5fd9b5a5fb88f40b999ab6c9fa9435ad01f595ff:/apps/workbench/test/diagnostics/pipeline_test.rb diff --git a/apps/workbench/test/diagnostics/pipeline_test.rb b/apps/workbench/test/diagnostics/pipeline_test.rb index eb9cfe5ed8..d038222cf0 100644 --- a/apps/workbench/test/diagnostics/pipeline_test.rb +++ b/apps/workbench/test/diagnostics/pipeline_test.rb @@ -39,13 +39,14 @@ class PipelineTest < DiagnosticsTest wait_for_ajax # All needed input are filled in. Run this pipeline now + find('a,button', text: 'Components').click find('a,button', text: 'Run').click # Pipeline is running. We have a "Stop" button instead now. page.assert_selector 'a,button', text: 'Pause' # Wait for pipeline run to complete - wait_until_page_has 'Complete', pipeline_config['max_wait_seconds'] + wait_until_page_has 'completed', pipeline_config['max_wait_seconds'] end end