[ARVADOS] updated: c818e15d777e2b77547e0640583c2303804dcbe9
git at public.curoverse.com
git at public.curoverse.com
Wed May 14 18:01:01 EDT 2014
Summary of changes:
apps/workbench/test/integration/users_test.rb | 3 ---
1 file changed, 3 deletions(-)
via c818e15d777e2b77547e0640583c2303804dcbe9 (commit)
from 3a696adafabbdb3c7f0169d046b228dabb94bd6b (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 c818e15d777e2b77547e0640583c2303804dcbe9
Author: Tom Clegg <tom at curoverse.com>
Date: Wed May 14 18:00:09 2014 -0400
2809: Remove some unnecessary sleep(0.1).
diff --git a/apps/workbench/test/integration/users_test.rb b/apps/workbench/test/integration/users_test.rb
index a019ec7..7651563 100644
--- a/apps/workbench/test/integration/users_test.rb
+++ b/apps/workbench/test/integration/users_test.rb
@@ -123,7 +123,6 @@ class UsersTest < ActionDispatch::IntegrationTest
wait_for_ajax
end
- sleep(1)
assert page.has_text? 'modified_by_client_uuid'
click_link 'Metadata'
@@ -143,7 +142,6 @@ class UsersTest < ActionDispatch::IntegrationTest
wait_for_ajax
end
- sleep(0.1)
assert page.has_text? 'modified_by_client_uuid'
click_link 'Metadata'
@@ -209,7 +207,6 @@ class UsersTest < ActionDispatch::IntegrationTest
wait_for_ajax
end
- sleep(0.1)
assert page.has_text? 'modified_by_client_uuid'
click_link 'Metadata'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list