[ARVADOS] updated: 140944b37fac0f631e8366222b2cbc5d5373ba8a
git at public.curoverse.com
git at public.curoverse.com
Fri May 23 13:15:31 EDT 2014
Summary of changes:
apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb | 2 +-
apps/workbench/test/integration/pipeline_instances_test.rb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via 140944b37fac0f631e8366222b2cbc5d5373ba8a (commit)
via e35cb0f48bbead47ad0c628c280bfc2cc32035ac (commit)
from d61f27791aa739dfc93c2f953236fffd4f0fcf6c (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 140944b37fac0f631e8366222b2cbc5d5373ba8a
Author: Tom Clegg <tom at curoverse.com>
Date: Fri May 23 13:15:13 2014 -0400
2754: Make default parameter label more explicit.
diff --git a/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb b/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb
index 5ef8444..556e9f8 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb
@@ -12,7 +12,7 @@
<% n_inputs += 1 %>
<label for="<% "#{cname}-#{pname}" %>">
<%= pvalue_spec[:title] ||
- "#{pname.to_s.humanize} for #{cname} component" %>
+ "\"#{pname.to_s}\" parameter for #{component[:script]} script in #{cname} component" %>
</label>
<div>
<p class="form-control-static">
commit e35cb0f48bbead47ad0c628c280bfc2cc32035ac
Author: Tom Clegg <tom at curoverse.com>
Date: Thu May 22 19:39:22 2014 -0400
2754: Fix css selectors in test case.
diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index e10068f..e3449f6 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -31,9 +31,9 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
visit instance_page
page.assert_selector 'a.disabled,button.disabled', text: 'Run'
- assert find('div.alert', text: 'Provide a value')
+ assert find('p', text: 'Provide a value')
- find('div.form-group', text: 'Input for part-one component').
+ find('div.form-group', text: 'Foo/bar pair').
find('a,input').
click
find('.editable-input select').click
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list