[ARVADOS] updated: f34090c0b416f573b5cd35aae557fa443e8b2f03

git at public.curoverse.com git at public.curoverse.com
Tue Dec 9 16:57:59 EST 2014


Summary of changes:
 apps/workbench/test/performance/search_test.rb | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

       via  f34090c0b416f573b5cd35aae557fa443e8b2f03 (commit)
      from  5defe6cc7e4a0abdd12d92806b2790f7f485dda6 (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 f34090c0b416f573b5cd35aae557fa443e8b2f03
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Tue Dec 9 16:57:06 2014 -0500

    4754: search_test assertions

diff --git a/apps/workbench/test/performance/search_test.rb b/apps/workbench/test/performance/search_test.rb
index c84a47b..ab71d84 100644
--- a/apps/workbench/test/performance/search_test.rb
+++ b/apps/workbench/test/performance/search_test.rb
@@ -27,8 +27,11 @@ class SearchTest < ActionDispatch::PerformanceTest
       page.find('.glyphicon-search').click
     end
 
-    # We should now be in the search dialog. Expect at least one collection in the result display. 
-    assert_text 'Search'
-    assert_text '-8i9sb-'
+    # We should now be in the search dialog. Expect at least one item in the result display.
+    within '.modal-content' do
+      assert_text 'All projects'
+      assert_text 'Search'
+      assert_selector('div', text: 'zzzzz-')
+    end
   end
 end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list