Feature: Encoding Order High Priority

  @vector
  @id_2ec09213232a52e99c5fbee09b0f23ff75475b166ad6ea3efa920bb473ee7cff
  Scenario: Create a high priority encoding order and check assets in S3
    Given an orchard employee cypress_manager visits oa
    And There are no active encoding orders for UPC 191018253790
    And The sales start date is set to tomorrow for UPC 191018253790
    When I log in
    And I navigate to encodingOrderPage oa page
    When I create a Vector 2.5 encoding order with a 1 - Top priority
    And I complete an encoding order for UPC 191018253790 dms 1810
    Then I should see a completed encoding order for UPC 191018253790
    When I close an encoding order
    And Encoding order appears in Direct Delivery Results with status Encoded
    And Encoding order appears in Direct Delivery Results with status Ready To Deliver
    And Encoding order appears in Direct Delivery Results with status Delivered
    Then I see my encoded assets in s3 for UPC 191018253790
