X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45f10d80d1b584808a6e375214b5be6bc7d2a730..e7672a0b679659d6ba90d23b4e102fba747fa9ef:/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..8b51b3fa7d 100644 --- a/apps/workbench/test/integration_performance/collections_perf_test.rb +++ b/apps/workbench/test/integration_performance/collections_perf_test.rb @@ -42,7 +42,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 +62,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