[ARVADOS] updated: 23d1b7c286e68d220bad08bceaa9b57cf244ad85
Git user
git at public.curoverse.com
Thu Sep 7 09:06:00 EDT 2017
Summary of changes:
apps/workbench/test/diagnostics/pipeline_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 23d1b7c286e68d220bad08bceaa9b57cf244ad85 (commit)
from f308830adff32b6cccd7e0720dec20c42a1bed60 (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 23d1b7c286e68d220bad08bceaa9b57cf244ad85
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Sep 7 09:05:39 2017 -0400
12033: Fix tests.
refs #12033
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/apps/workbench/test/diagnostics/pipeline_test.rb b/apps/workbench/test/diagnostics/pipeline_test.rb
index bb0bf70..d90d0cb 100644
--- a/apps/workbench/test/diagnostics/pipeline_test.rb
+++ b/apps/workbench/test/diagnostics/pipeline_test.rb
@@ -19,7 +19,7 @@ class PipelineTest < DiagnosticsTest
# Search for tutorial template
find '.navbar-fixed-top'
within('.navbar-fixed-top') do
- page.find_field('search').set pipeline_config['template_uuid']
+ page.find_field('search this site').set pipeline_config['template_uuid']
page.find('.glyphicon-search').click
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list