[ARVADOS] updated: 218205efcb2ff827768ba5da521e41424d5755f8

git at public.curoverse.com git at public.curoverse.com
Wed Dec 10 17:42:33 EST 2014


Summary of changes:
 apps/workbench/test/performance/browsing_test.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  218205efcb2ff827768ba5da521e41424d5755f8 (commit)
      from  7def2fe2ed301a6b17a814bdc8b100fed59477cd (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 218205efcb2ff827768ba5da521e41424d5755f8
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Dec 10 17:41:32 2014 -0500

    4754: update assertion to look for a data-object-uuid

diff --git a/apps/workbench/test/performance/browsing_test.rb b/apps/workbench/test/performance/browsing_test.rb
index c355b59..ec299e2 100644
--- a/apps/workbench/test/performance/browsing_test.rb
+++ b/apps/workbench/test/performance/browsing_test.rb
@@ -7,7 +7,7 @@ require 'selenium-webdriver'
 require 'headless'
 
 class BrowsingTest < WorkbenchPerformanceTest
-  self.profile_options = { :runs => 10,
+  self.profile_options = { :runs => 5,
                            :metrics => [:wall_time],
                            :output => 'tmp/performance',
                            :formats => [:flat] }
@@ -42,7 +42,7 @@ class BrowsingTest < WorkbenchPerformanceTest
       wait_for_ajax
       assert_text 'All projects'
       assert_text 'Search'
-      assert_selector('div', text: 'zzzzz-')
+      assert(page.has_selector?(".selectable[data-object-uuid]"))
       click_button 'Cancel'
     end
   end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list