2761: update comment
authorradhika <radhika@curoverse.com>
Thu, 11 Sep 2014 14:33:41 +0000 (10:33 -0400)
committerradhika <radhika@curoverse.com>
Thu, 11 Sep 2014 14:33:41 +0000 (10:33 -0400)
apps/workbench/test/diagnostics/pipeline_test.rb

index e047486d4a38f3fe89be2eca35704ab213124ea1..bd8ded684549bec7c183898074d28e85dfc13b87 100644 (file)
@@ -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