From: Peter Amstutz Date: Tue, 10 Jun 2014 17:31:46 +0000 (-0400) Subject: 2961: Removed calls to wait_for_ajax, fixes user tests. X-Git-Tag: 1.1.0~2566^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/799e968ef79906bcd8b491f1ad99572b1cc21ccc 2961: Removed calls to wait_for_ajax, fixes user tests. --- diff --git a/apps/workbench/test/integration/users_test.rb b/apps/workbench/test/integration/users_test.rb index 765156376f..6646e5a3f1 100644 --- a/apps/workbench/test/integration/users_test.rb +++ b/apps/workbench/test/integration/users_test.rb @@ -120,7 +120,6 @@ class UsersTest < ActionDispatch::IntegrationTest assert has_text? 'Virtual Machine' fill_in "repo_name", :with => "test_repo" click_button "Submit" - wait_for_ajax end assert page.has_text? 'modified_by_client_uuid' @@ -139,7 +138,6 @@ class UsersTest < ActionDispatch::IntegrationTest fill_in "repo_name", :with => "second_test_repo" select("testvm.shell", :from => 'vm_uuid') click_button "Submit" - wait_for_ajax end assert page.has_text? 'modified_by_client_uuid' @@ -204,7 +202,6 @@ class UsersTest < ActionDispatch::IntegrationTest fill_in "repo_name", :with => "second_test_repo" select("testvm.shell", :from => 'vm_uuid') click_button "Submit" - wait_for_ajax end assert page.has_text? 'modified_by_client_uuid'