X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae7e8221d669b29ff3e098ac9259afb2875e9d3b..21bb2196ecfaba6ec1e7162b8e8901988945daf1:/apps/workbench/test/integration/filterable_infinite_scroll_test.rb diff --git a/apps/workbench/test/integration/filterable_infinite_scroll_test.rb b/apps/workbench/test/integration/filterable_infinite_scroll_test.rb index 777696a8ec..ed23d30fd2 100644 --- a/apps/workbench/test/integration/filterable_infinite_scroll_test.rb +++ b/apps/workbench/test/integration/filterable_infinite_scroll_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' class FilterableInfiniteScrollTest < ActionDispatch::IntegrationTest @@ -20,8 +24,8 @@ class FilterableInfiniteScrollTest < ActionDispatch::IntegrationTest assert_text 'pipeline_with_tagged_collection_input' # Make sure the results are filtered. assert_no_text 'pipeline_with_job' - # Make sure pipeline_2 didn't disappear merely because the results - # were replaced with an error message. + # Make sure pipeline_with_job didn't disappear merely because + # the results were replaced with an error message. assert_text 'pipeline_with_tagged_collection_input' end end