X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/59129909453452693bd6e7be144cb9417479e98f..0eb72b526bf8bbb011551ecf019f604e17a534f1:/apps/workbench/test/integration_performance/collections_perf_test.rb diff --git a/apps/workbench/test/integration_performance/collections_perf_test.rb b/apps/workbench/test/integration_performance/collections_perf_test.rb index 3adece15c5..c6dc3be232 100644 --- a/apps/workbench/test/integration_performance/collections_perf_test.rb +++ b/apps/workbench/test/integration_performance/collections_perf_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' # The tests in the "integration_performance" dir are not included in regular @@ -42,7 +46,7 @@ class CollectionsPerfTest < ActionDispatch::IntegrationTest visit page_with_token('active', "/collections/#{new_collection.uuid}") Rails.logger.info "Done visiting collection at #{Time.now.to_f}" - assert_text new_collection.uuid + assert_selector "input[value=\"#{new_collection.uuid}\"]" assert(page.has_link?('collection_file_name_with_prefix_0'), "Collection page did not include file link") end end @@ -62,7 +66,7 @@ class CollectionsPerfTest < ActionDispatch::IntegrationTest visit page_with_token('active', "/collections/#{new_collection.uuid}") Rails.logger.info "Done visiting collection at #{Time.now.to_f}" - assert_text new_collection.uuid + assert_selector "input[value=\"#{new_collection.uuid}\"]" assert(page.has_link?('collection_file_name_with_prefix_0'), "Collection page did not include file link") # edit description