[ARVADOS] updated: 4938505bc99e6b0c01b2c8dbc6a54814e93d5a30

git at public.curoverse.com git at public.curoverse.com
Thu Aug 28 16:23:01 EDT 2014


Summary of changes:
 apps/workbench/test/integration/pipeline_instances_test.rb | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

       via  4938505bc99e6b0c01b2c8dbc6a54814e93d5a30 (commit)
      from  4917bb2c0b7194af05a6e41c461f8a0acce1540d (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 4938505bc99e6b0c01b2c8dbc6a54814e93d5a30
Author: radhika <radhika at curoverse.com>
Date:   Thu Aug 28 16:19:57 2014 -0400

    3637: fix test now that "Copy selections" and "Move selections" options are no longer available in clippy.

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index d06604d..85928df 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -101,9 +101,15 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
     # Add this collection to the project using collections menu from top nav
     visit '/projects'
     find('.arv-project-list a,button', text: 'A Project').click
-
-    find('li.selection-menu > a').click
-    click_button 'Copy selections into this project'
+    find('.btn', text: 'Add data').click
+    within('.modal-dialog') do
+      wait_for_ajax
+      first('span', text: 'foo_tag').click
+      find('.btn', text: 'Add').click
+    end
+    using_wait_time(Capybara.default_wait_time * 3) do
+      wait_for_ajax
+    end
 
     # create a pipeline instance
     find('.btn', text: 'Run a pipeline').click

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list