X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f7ec673ce72af1e076408f394b6401e4f253e703..3c2372f03566fb3ce53625d3e4783eaac0fc480e:/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..0a7baeb48a 100644 --- a/apps/workbench/test/integration/filterable_infinite_scroll_test.rb +++ b/apps/workbench/test/integration/filterable_infinite_scroll_test.rb @@ -20,8 +20,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