[ARVADOS] updated: 1.1.2-19-g2ada2ce

Git user git at public.curoverse.com
Tue Jan 2 12:47:58 EST 2018


Summary of changes:
 .../workbench/test/integration/collections_test.rb | 83 ----------------------
 1 file changed, 83 deletions(-)

       via  2ada2ce8390db1e22c5f4fc236518640339e9ce5 (commit)
      from  3416d60e2b1a51a6a02498e15ec9a9c225e1b4c2 (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 2ada2ce8390db1e22c5f4fc236518640339e9ce5
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Tue Jan 2 14:47:18 2018 -0300

    12479: Removed commented out test
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/apps/workbench/test/integration/collections_test.rb b/apps/workbench/test/integration/collections_test.rb
index 88aa7db..443130a 100644
--- a/apps/workbench/test/integration/collections_test.rb
+++ b/apps/workbench/test/integration/collections_test.rb
@@ -434,87 +434,4 @@ class CollectionsTest < ActionDispatch::IntegrationTest
     first('.lock-collection-btn').click
     accept_alert
   end
-
-  # test "collection tags tab" do
-  #   visit page_with_token('active', '/collections/zzzzz-4zz18-bv31uwvy3neko21')
-
-  #   click_link 'Tags'
-  #   wait_for_ajax
-
-  #   # verify initial state
-  #   assert_selector 'a.disabled', text: ' Saved '
-  #   assert_selector 'a', text: 'Add new tag'
-
-  #   # Verify controls in edit mode
-  #   # first('.edit-collection-tags').click
-  #   # assert_selector 'a.disabled', text: 'Edit'
-  #   # assert_selector 'a', text: 'Add new tag'
-  #   # assert_selector 'a', text: 'Save'
-  #   # assert_selector 'a', text: 'Cancel'
-
-  #   # add two tags
-  #   first('.glyphicon-plus').click
-  #   assert_selector 'a', text: 'Save changes'
-  #   first('.collection-tag-field-key').click
-  #   first('.collection-tag-field-key').set('key 1')
-  #   first('.collection-tag-field-value').click
-  #   first('.collection-tag-field-value').set('value 1')
-
-  #   first('.glyphicon-plus').click
-  #   editable_key_fields = page.all('.collection-tag-field-key')
-  #   editable_key_fields[1].click
-  #   editable_key_fields[1].set('key 2')
-  #   editable_val_fields = page.all('.collection-tag-field-value')
-  #   editable_val_fields[1].click
-  #   editable_val_fields[1].set('value 2')
-
-  #   click_on 'Save'
-  #   wait_for_ajax
-
-  #   # added tags; verify
-  #   assert_text 'key 1'
-  #   assert_text 'value 1'
-  #   assert_text 'key 2'
-  #   assert_text 'value 2'
-  #   assert_selector 'a', text: 'Edit'
-  #   assert_no_selector 'a', text: 'Save'
-
-  #   # remove first tag
-  #   first('.edit-collection-tags').click
-  #   assert_not_nil first('.glyphicon-remove')
-  #   first('.glyphicon-remove').click
-  #   click_on 'Save'
-  #   wait_for_ajax
-
-  #   assert_text 'key 2'
-  #   assert_text 'value 2'
-  #   assert_no_text 'key 1'
-  #   assert_no_text 'value 1'
-  #   assert_selector 'a', text: 'Edit'
-
-  #   # Click on cancel and verify
-  #   first('.edit-collection-tags').click
-  #   first('.collection-tag-field-key').click
-  #   first('.collection-tag-field-key').set('this key wont stick')
-  #   first('.collection-tag-field-value').click
-  #   first('.collection-tag-field-value').set('this value wont stick')
-
-  #   click_on 'Cancel'
-  #   wait_for_ajax
-
-  #   assert_text 'key 2'
-  #   assert_text 'value 2'
-  #   assert_no_text 'this key wont stick'
-  #   assert_no_text 'this value wont stick'
-
-  #   # remove all tags
-  #   first('.edit-collection-tags').click
-  #   first('.glyphicon-remove').click
-  #   click_on 'Save'
-  #   wait_for_ajax
-
-  #   assert_selector 'a', text: 'Edit'
-  #   assert_no_text 'key 2'
-  #   assert_no_text 'value 2'
-  # end
 end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list