X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5810ac278a9abac129369dafcdb42436452c74c8..b4fd2ab4e409e36f894c1fb27144e4fa2854f389:/apps/workbench/test/integration/pipeline_instances_test.rb diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb index 6a5d097f14..9f4ce692e5 100644 --- a/apps/workbench/test/integration/pipeline_instances_test.rb +++ b/apps/workbench/test/integration/pipeline_instances_test.rb @@ -443,7 +443,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest ['admin', nil, 40, 200], ['admin', 'FUSE project', 1, 1], ['admin', 'pipeline_10', 2, 2], - ['active', 'containing at least two', 0, 100], # components column (of type text) is currently not searchable + ['active', 'containing at least two', 2, 100], ['active', nil, 10, 100], ['active', 'no such match', 0, 0], ].each do |user, search_filter, expected_min, expected_max|