[ARVADOS] updated: 912e75f5f15f500a0b4ca8860c098400a999b808

git at public.curoverse.com git at public.curoverse.com
Thu Jun 26 16:02:42 EDT 2014


Summary of changes:
 .../app/views/pipeline_templates/_show_recent.html.erb      |  2 +-
 apps/workbench/test/integration/pipeline_instances_test.rb  | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

       via  912e75f5f15f500a0b4ca8860c098400a999b808 (commit)
       via  b5392c5e17a122f04fa3a2289556eda215722b21 (commit)
      from  9f01a7f0a7316be945a009172aa1899d1c1a727b (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 912e75f5f15f500a0b4ca8860c098400a999b808
Author: radhika <radhika at curoverse.com>
Date:   Thu Jun 26 15:48:05 2014 -0400

    3088: so sweet to have a test AND one that fails when code is updated.

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index e339445..5071fb4 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -18,18 +18,17 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
       find('a,button', text: 'Run').click
     end
 
+    # project chooser
+    within('.modal-dialog') do
+      find('.selectable', text: 'A Project').click
+      find('button', text: 'Choose').click
+    end
+
     # This pipeline needs input. So, Run should be disabled
     page.assert_selector 'a.disabled,button.disabled', text: 'Run'
 
     instance_page = current_path
 
-    # put this pipeline instance in "A Project"
-    find('button', text: 'Choose a project...').click
-    within('.modal-dialog') do
-      find('.selectable', text: 'A Project').click
-      find('button', text: 'Move').click
-    end
-
     # Go over to the collections page and select something
     visit '/collections'
     within('tr', text: 'GNU_General_Public_License') do

commit b5392c5e17a122f04fa3a2289556eda215722b21
Author: radhika <radhika at curoverse.com>
Date:   Thu Jun 26 15:37:30 2014 -0400

    3088: the other right

diff --git a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
index 16fabcf..c580e46 100644
--- a/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
+++ b/apps/workbench/app/views/pipeline_templates/_show_recent.html.erb
@@ -39,7 +39,7 @@
                                                   }.to_json),
                 { class: "btn btn-default btn-xs", title: "Run #{ob.name}", remote: true, method: 'get' }
             ) do %>
-               <i class="fa fa-fw fa-play"></i>Run
+               Run <i class="fa fa-fw fa-play"></i>
               <% end %>
       </td>
       <td>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list