9318: Compute node summary pane includes queued and locked containers.
[arvados.git] / apps / workbench / test / unit / work_unit_test.rb
index a1de629609843a964486f3608d159ae1c5e44a25..974002c8029050d8ebc8dae6a5a1453e32ee0a49 100644 (file)
@@ -6,6 +6,7 @@ class WorkUnitTest < ActiveSupport::TestCase
     [PipelineInstance, 'pipeline_in_running_state', nil, 1, "Running", nil, 0.0],
     [PipelineInstance, 'has_component_with_completed_jobs', nil, 3, "Complete", true, 1.0],
     [PipelineInstance, 'pipeline_with_tagged_collection_input', "pwu", 1, "Ready", nil, 0.0],
+    [Container, 'requester', 'cwu', 5, "Complete", true, 1.0],
   ].each do |type, name, label, num_children, state, success, progress|
     test "children of #{name}" do
       use_token 'admin'