[ARVADOS] updated: af2a757d9be739543a912547eaefcadc851109e1
git at public.curoverse.com
git at public.curoverse.com
Fri Aug 8 14:39:33 EDT 2014
Summary of changes:
apps/workbench/test/integration/pipeline_instances_test.rb | 1 +
1 file changed, 1 insertion(+)
via af2a757d9be739543a912547eaefcadc851109e1 (commit)
from eef298a7cf58771583b255fb0e3e1cfcbcdb6e48 (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 af2a757d9be739543a912547eaefcadc851109e1
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Aug 8 13:51:42 2014 -0400
Add "wait_for_ajax" to avoid race condition. No issue #
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 56e2c69..0a6c340 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -44,6 +44,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
within('.modal-dialog') do
find('.btn', text: 'Add').click
end
+ wait_for_ajax
click_link 'Jobs and pipelines'
find('tr[data-kind="arvados#pipelineInstance"]', text: 'New pipeline instance').
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list