X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9e5c8b32858338850da3e12ce27570b828898b3..3a3fc5ac54a80b62b05f78cf2da0a7b43f4a4380:/apps/workbench/test/performance/browsing_test.rb diff --git a/apps/workbench/test/performance/browsing_test.rb b/apps/workbench/test/performance/browsing_test.rb index dcfd7d86e0..71e4c5c1e9 100644 --- a/apps/workbench/test/performance/browsing_test.rb +++ b/apps/workbench/test/performance/browsing_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # http://guides.rubyonrails.org/v3.2.13/performance_testing.html require 'test_helper' @@ -29,7 +33,7 @@ class BrowsingTest < WorkbenchPerformanceTest assert_selector '.navbar-fixed-top' assert_triggers_dom_event 'shown.bs.modal' do within '.navbar-fixed-top' do - find_field('search').set 'hash' + find_field('search this site').set 'hash' find('.glyphicon-search').click end end