Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / test / diagnostics / pipeline_test.rb
index 11d0e42629af4593d59c41ffddba31535fdce6f2..d90d0cb53664bd514daa0ec4f4d4194b063e9b7a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'diagnostics_test_helper'
 
 class PipelineTest < DiagnosticsTest
@@ -15,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