Merge branch '5010-trash-button-for-collections'
[arvados.git] / apps / workbench / test / integration / pipeline_instances_test.rb
index bab40cc7dee463f5e16b6bf6b462d1a4ef871682..9f4ce692e5c0b28c8661a5061af4d209140ec228 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', 2, 100],
     ['active', nil, 10, 100],
     ['active', 'no such match', 0, 0],
   ].each do |user, search_filter, expected_min, expected_max|