4533: Disable database-reset for all diagnostics test classes.
[arvados.git] / apps / workbench / test / diagnostics / pipeline_test.rb
index a52d1a6a55a5686b6ec9baf0ec6ea2102586edca..fbc144a996c8993d966179f790e646f7cbdbd8b9 100644 (file)
@@ -43,7 +43,7 @@ class PipelineTest < DiagnosticsTest
       find('a,button', text: 'Run').click
 
       # Pipeline is running. We have a "Stop" button instead now.
-      page.assert_selector 'a,button', text: 'Stop'
+      page.assert_selector 'a,button', text: 'Pause'
 
       # Wait for pipeline run to complete
       wait_until_page_has 'Complete', pipeline_config['max_wait_seconds']