@oa
@ows_timed_release
Feature: Staggered 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_02e11c8d8fc2c29925d0ec3edc632c582e7459626507cc020cfe36d82f53be00
  Scenario Outline: Add Staggered Release in edit release page
    Given an orchard employee cypress_manager visits oa
    And I log in
    When I navigate to editLabelReleasePage for upc 820233319683, productId 6509884 oa page
    Then I can add staggered release for <store> at <date>
    And I should be able to see the new Staggered Release for <store>

    Examples:
      | store   | date  |
      | Spotify | today |
      | All     | today |
