[ARVADOS] updated: 7082cec0e3dea1de16209b205e8fd053efa96490

git at public.curoverse.com git at public.curoverse.com
Thu Sep 11 10:52:03 EDT 2014


Summary of changes:
 apps/workbench/test/diagnostics/pipeline_test.rb | 29 ++++++++++++------------
 1 file changed, 15 insertions(+), 14 deletions(-)

       via  7082cec0e3dea1de16209b205e8fd053efa96490 (commit)
      from  97d1d110d172f410214adac8a49e0c984694a016 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 7082cec0e3dea1de16209b205e8fd053efa96490
Author: radhika <radhika at curoverse.com>
Date:   Thu Sep 11 10:33:41 2014 -0400

    2761: update comment

diff --git a/apps/workbench/test/diagnostics/pipeline_test.rb b/apps/workbench/test/diagnostics/pipeline_test.rb
index e047486..bd8ded6 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list