@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 timed 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 to OA
    When I visit the edit_release page for my product
    Then I can add timed release for <type> <store> at <date> and <time> with <metadata> offset
    And I should be able to see the new Timed Release at <date> and <time>

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