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 to OA
    And I navigate to encoding order oa page
    When I create a Vector 2.5 encoding order with a 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 I invoke lambda qa-lambda-vector-ready-deliveries
    And Encoding order appears in Direct Delivery Results with status Ready To Deliver
    And I invoke lambda qa-lambda-vector-throttler
    And Encoding order appears in Direct Delivery Results with status Delivered
    Then I see my encoded assets in s3 for UPC 191018253790
