[ARVADOS] updated: c9c800c1e520dc6ae2e6fe9b3c40e15db7935635
git at public.curoverse.com
git at public.curoverse.com
Fri Jun 20 11:06:08 EDT 2014
Summary of changes:
apps/workbench/test/integration/pipeline_instances_test.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via c9c800c1e520dc6ae2e6fe9b3c40e15db7935635 (commit)
from 24e88096f931535d9954f19b47d4ec5dd42a8693 (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 c9c800c1e520dc6ae2e6fe9b3c40e15db7935635
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Jun 20 11:05:32 2014 -0400
Fix pipeline instance creation workbench tests. refs #2884
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index a85fd99..e339445 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -45,7 +45,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
within('.modal-dialog') do
find('.btn', text: 'Add').click
end
-
+
find('tr[data-kind="arvados#pipelineInstance"]', text: 'New pipeline instance').
find('a', text: 'Show').
click
@@ -57,7 +57,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
click
within('.modal-dialog') do
- find('span', text: 'foo_tag').click
+ first('span', text: 'foo_tag').click
find('button', text: 'OK').click
end
@@ -114,7 +114,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
click
within('.modal-dialog') do
- find('span', text: 'foo_tag').click
+ first('span', text: 'foo_tag').click
find('button', text: 'OK').click
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list