[ARVADOS] updated: 15277a3441d22e42b8291c64360d62e1e8355921
git at public.curoverse.com
git at public.curoverse.com
Fri Dec 5 21:14:23 EST 2014
Summary of changes:
apps/workbench/test/integration/pipeline_instances_test.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 15277a3441d22e42b8291c64360d62e1e8355921 (commit)
from 9afedf94c89f7545c2d46d9611250edb5174eda5 (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 15277a3441d22e42b8291c64360d62e1e8355921
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Dec 5 21:13:31 2014 -0500
3781: Update tests.
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 1669376..e9c84c1 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -34,7 +34,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
find("#projects-menu").click
find('.dropdown-menu a,button', text: 'A Project').click
find('.btn', text: 'Add data').click
- find('.dropdown-menu a,button', text: '...from a different project').click
+ find('.dropdown-menu a,button', text: 'Copy data from another project').click
within('.modal-dialog') do
wait_for_ajax
first('span', text: 'foo_tag').click
@@ -125,7 +125,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
find("#projects-menu").click
find('.dropdown-menu a,button', text: 'A Project').click
find('.btn', text: 'Add data').click
- find('.dropdown-menu a,button', text: '...from a different project').click
+ find('.dropdown-menu a,button', text: 'Copy data from another project').click
within('.modal-dialog') do
wait_for_ajax
first('span', text: 'foo_tag').click
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list