[ARVADOS] updated: 5b3a6fbc6d91db24dff4b8b3a0edf0b7a35039ab

git at public.curoverse.com git at public.curoverse.com
Fri Nov 21 13:21:05 EST 2014


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

       via  5b3a6fbc6d91db24dff4b8b3a0edf0b7a35039ab (commit)
      from  7910f3344a9d67e66d2fbbfaf030305717740cff (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 5b3a6fbc6d91db24dff4b8b3a0edf0b7a35039ab
Author: radhika <radhika at curoverse.com>
Date:   Fri Nov 21 13:20:33 2014 -0500

    4641: click on confirm dialog OK button in sharing test on Revoke action.

diff --git a/apps/workbench/test/integration/projects_test.rb b/apps/workbench/test/integration/projects_test.rb
index b2a2671..cc60c69 100644
--- a/apps/workbench/test/integration/projects_test.rb
+++ b/apps/workbench/test/integration/projects_test.rb
@@ -9,7 +9,7 @@ class ProjectsTest < ActionDispatch::IntegrationTest
     Capybara.current_driver = :selenium
 
     # project tests need bigger page size to be able to see all the buttons
-    Capybara.current_session.driver.browser.manage.window.resize_to(1280, 768)
+    Capybara.current_session.driver.browser.manage.window.resize_to(1152, 768)
   end
 
   test 'Check collection count for A Project in the tab pane titles' do
@@ -228,7 +228,9 @@ class ProjectsTest < ActionDispatch::IntegrationTest
       assert(has_link?("Write"),
              "failed to change access level on new share")
       click_on "Revoke"
+      page.driver.browser.switch_to.alert.accept
     end
+    wait_for_ajax
     using_wait_time(Capybara.default_wait_time * 3) do
       assert(page.has_no_text?(name),
              "new share row still exists after being revoked")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list