[ARVADOS] updated: f81483a374fbdfe6d5f36e5f5e55f92455afa155
git at public.curoverse.com
git at public.curoverse.com
Wed Nov 12 21:50:39 EST 2014
Summary of changes:
apps/workbench/test/integration/pipeline_instances_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f81483a374fbdfe6d5f36e5f5e55f92455afa155 (commit)
from 1ac0e3da5fbd477bd2acbf5bd8baa3c86f08194b (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 f81483a374fbdfe6d5f36e5f5e55f92455afa155
Author: radhika <radhika at curoverse.com>
Date: Wed Nov 12 21:49:59 2014 -0500
3177: update test to select row in preview panel
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index f2125cd..027616b 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -303,7 +303,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
first('span', text: 'foo_tag').click
if choose_file
wait_for_ajax
- find('input[type=checkbox]').click
+ find('.preview-selectable', text: 'foo').click
end
find('button', text: 'OK').click
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list