From: radhika Date: Thu, 11 Sep 2014 14:33:41 +0000 (-0400) Subject: 2761: update comment X-Git-Tag: 1.1.0~2195^2~10 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/7082cec0e3dea1de16209b205e8fd053efa96490 2761: update comment --- diff --git a/apps/workbench/test/diagnostics/pipeline_test.rb b/apps/workbench/test/diagnostics/pipeline_test.rb index e047486d4a..bd8ded6845 100644 --- a/apps/workbench/test/diagnostics/pipeline_test.rb +++ b/apps/workbench/test/diagnostics/pipeline_test.rb @@ -64,21 +64,22 @@ class PipelineTest < DiagnosticsTest partitions = look_for.partition('/') look_for_uuid = partitions[0] look_for_file = partitions[2] - else - look_for_uuid = look_for - look_for_file = nil - end - - if look_for_uuid - fill_in('Search', with: look_for_uuid, exact: true) - end + else + look_for_uuid = look_for + look_for_file = nil + end + + if look_for_uuid + fill_in('Search', with: look_for_uuid, exact: true) + end - wait_for_ajax - page.all('.selectable').first.click - wait_for_ajax - page.all('.selectable').first.click # don't ask why - wait_for_ajax - + wait_for_ajax + page.all('.selectable').first.click + wait_for_ajax + # it appears that ajax reload is wiping out input selection after search results; so, select one more time. + page.all('.selectable').first.click + wait_for_ajax + if look_for_file wait_for_ajax within('.collection_files_name', text: look_for_file) do