[ARVADOS] updated: 55cc27092078a78847a2b0230e8782c744e7fff2

git at public.curoverse.com git at public.curoverse.com
Fri Oct 17 20:39:25 EDT 2014


Summary of changes:
 apps/workbench/test/integration/projects_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  55cc27092078a78847a2b0230e8782c744e7fff2 (commit)
      from  aa2245a2770dac18a1c26af33cae3e24b3e656ab (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 55cc27092078a78847a2b0230e8782c744e7fff2
Author: radhika <radhika at curoverse.com>
Date:   Fri Oct 17 20:37:34 2014 -0400

    4054: minor test update

diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb
index e86f45a..0922749 100644
--- a/apps/workbench/test/integration/projects_test.rb
+++ b/apps/workbench/test/integration/projects_test.rb
@@ -194,7 +194,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
       find(".selectable", text: name).click
       assert(has_no_selector?(".modal-dialog-preview-pane"),
              "preview pane available in sharing dialog")
-      if share_type == 'users'
+      if share_type == 'users' and obj and obj['email']
         assert(page.has_text?(obj['email']), "Did not find user's email")
       end
       assert_raises(Capybara::ElementNotFound,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list