no issue #
authorradhika <radhika@curoverse.com>
Thu, 23 Oct 2014 20:27:02 +0000 (16:27 -0400)
committerradhika <radhika@curoverse.com>
Thu, 23 Oct 2014 20:29:01 +0000 (16:29 -0400)
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 . . . ')