Feature: Direct Delivery V2

  @vector
  @ows_vectororder
  @ecs_only
  @id_05eb7e1b0aa2988283502723a964f9a11e2b5ca47f0717237ba48ea26db7648f
  Scenario: Check encoding order with multiple products in direct delivery search v2
    Given There are no active encoding orders for UPC 886788731288
    And There are no active encoding orders for UPC 196292947182
    And There are no active encoding orders for UPC 5054526973572
    And an orchard employee cypress_manager visits oa
    And I log in
    And I navigate to encodingOrderPage oa page
    When I create a Vector 2.5 encoding order with a 2 - Normal priority
    And I complete an encoding order for UPCs 886788731288, 196292947182, 5054526973572 and dms 1810
    Then I should see a completed encoding order for UPCs 886788731288, 196292947182, 5054526973572
    When I close an encoding order
    Then Encoding order appears in Direct Delivery Results V2 with status Delivered
    And I see my encoded assets in s3 for UPC 886788731288
    And I see my encoded assets in s3 for UPC 196292947182
    And I see my encoded assets in s3 for UPC 5054526973572
