refs #10227
[arvados.git] / apps / workbench / test / diagnostics / pipeline_test.rb
index f9e324ca41f84377cf9b4cb6bc284e58b3abebf2..d038222cf0cf58278818bd087e288a4e1c11b52c 100644 (file)
@@ -46,7 +46,7 @@ class PipelineTest < DiagnosticsTest
       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