Match the actual name of the CR in the
authorWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 21 Nov 2017 19:08:50 +0000 (14:08 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Tue, 21 Nov 2017 19:08:50 +0000 (14:08 -0500)
ApplicationLayoutTest#test_visit_dashboard_as_* tests, rather than the
state of the CR. It's confusing that the name is 'running'!

refs #12513

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

apps/workbench/test/integration/application_layout_test.rb

index a848185c11b31b37377edd81c4685e65d1ca2f0f..74a42877b1301f52b65e557b75bbac60165439f6 100644 (file)
@@ -262,7 +262,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
       within('.recent-processes') do
 
         within('.row-zzzzz-xvhdp-cr4runningcntnr') do
-          assert_text 'Running'
+          assert_text 'running'
         end
 
         assert_text 'zzzzz-d1hrv-twodonepipeline'