no issue #
[arvados.git] / apps / workbench / test / integration / pipeline_instances_test.rb
index dff24a684e410b83009d7d887f4802a1421b8a31..3d7c34812f21910f8501b129f8c19bab443ac6db 100644 (file)
@@ -322,6 +322,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
 
       assert page.has_text? 'This pipeline started at'
       page_text = page.text
+
       match = /This pipeline started at (.*)\. It failed after (.*) seconds at (.*)\. Check the Log/.match page_text
       assert_not_nil(match, 'Did not find text - This pipeline started at . . . ')