[ARVADOS] updated: 5b8709e261f1d0b93c9823cf88a682ca221cae91

git at public.curoverse.com git at public.curoverse.com
Fri Jun 12 14:35:34 EDT 2015


Summary of changes:
 apps/workbench/test/integration/users_test.rb | 2 ++
 1 file changed, 2 insertions(+)

       via  5b8709e261f1d0b93c9823cf88a682ca221cae91 (commit)
      from  33dd05d22ecae6f9028692433096a8e3eca5c71b (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 5b8709e261f1d0b93c9823cf88a682ca221cae91
Author: radhika <radhika at curoverse.com>
Date:   Fri Jun 12 14:26:52 2015 -0400

    6254: add groups and verify in test.

diff --git a/apps/workbench/test/integration/users_test.rb b/apps/workbench/test/integration/users_test.rb
index a329f51..89554d3 100644
--- a/apps/workbench/test/integration/users_test.rb
+++ b/apps/workbench/test/integration/users_test.rb
@@ -125,6 +125,7 @@ class UsersTest < ActionDispatch::IntegrationTest
     within '.modal-content' do
       fill_in "repo_name", :with => "activetestrepo2"
       select("testvm.shell", :from => 'vm_uuid')
+      fill_in "groups", :with => "test group one, test-group-two"
       click_button "Submit"
     end
 
@@ -135,6 +136,7 @@ class UsersTest < ActionDispatch::IntegrationTest
     click_link 'Metadata'
     assert page.has_text? 'Repository: active/activetestrepo2'
     assert page.has_text? 'VirtualMachine: testvm.shell'
+    assert page.has_text? '["test group one", "test-group-two"]'
   end
 
   test "unsetup active user" do

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list