Merge branch 'master' into 4523-search-index
[arvados.git] / apps / workbench / test / integration / pipeline_instances_test.rb
index e9c84c158b945bf0d589a0da11a8614ccdae1c3c..0d5c747c6e089a93312b195166f28facb6dcc56c 100644 (file)
@@ -443,8 +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', 2, 100],  # component description
-    ['admin', 'containing at least two', 2, 100],
+    ['active', 'containing at least two', 0, 0],    # component description is not a searchable column
     ['active', nil, 10, 100],
     ['active', 'no such match', 0, 0],
   ].each do |user, search_filter, expected_min, expected_max|