@oa
@ows_timed_release
Feature: Timed Release
  To ensure I can edit a release in OA
  As a vendor
  I need to verify that the add staggered release flow works

  @id_13244e06aae343a48b339cca1c48688b21960072b92ea07c930e6a629e60a37d
  Scenario Outline: Add Timed Release in edit release page
    Given an orchard employee cypress_manager_1 visits oa
    And I log in
    When I navigate to editLabelReleasePage for upc 820233222143, productId 6509879 oa page
    Then I can add timed release for <type> <store> at <date> and <time>
    And I should be able to see the new <type> Timed Release at <date> and <time>

    Examples:
      | type        | store  | date  | time  |
      | supported   | Deezer | today | 12:00 |
      | supported   | All    | today | 12:00 |
      | unsupported | AWAL   | today | 12:00 |
      | unsupported | All    | today | 12:00 |
