X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/32002eb6e87a391d1fad2b1b206dbc74d6659fc5..44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39:/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 843aa3aed4..ab1ace6f0d 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' @@ -19,7 +23,7 @@ class BrowsingTest < WorkbenchPerformanceTest test "home page" do visit_page_with_token assert_text 'Dashboard' - assert_selector 'a', text: 'Run a pipeline' + assert_selector 'a', text: 'Run a process' end test "search for hash" do @@ -34,6 +38,8 @@ class BrowsingTest < WorkbenchPerformanceTest end end + sleep(50) + # In the search dialog now. Expect at least one item in the result display. within '.modal-content' do assert_text 'All projects'