@legacy
@oa
@oa_release
Feature: OA Edit Release
  to ensure I can edit a release in OA
  As a vendor
  I need to verify everything that the edit release page works

  @regression
  @ows_features
  @id_2adbece2fab1b2c2b5e527695f6d1c8637629a51070e7b783ac5f98a1a88203a
  Scenario: OA - Search for release
    Given an orchard employee cypress_manager_3 visits OA
    And I log in to OA
    When I search for release 889176466595
    And I click the Edit Release button
    Then I should be on the edit release page for UPC 889176466595

  @smoke_dev
  @id_17ce03f9584fe76644508b05ae64d3631028a807e61f333506b5399473c98bf6
  Scenario: Copy tracks to existing release
    Given an orchard employee cypress_manager_3 visits OA
    And I log in to OA
    Given I have an existing release to copy to
    When I copy tracks from a release to that existing release
    Then I should see the tracks from the original release copied to the existing one

  @id_948eb2cbac1fd9eb057c1cc6f761f7b049c90272442b7157df557e3e2d6ad9cb
  Scenario: OA - Verify in content Digital release is editable in OA
    Given an orchard employee cypress_manager_3 visits OA
    And I log in to OA
    When I search for release 889176466595
    And I clear all required release field
    Then I should get release required field missing error
    When I set all the required field
    Then I should be able to save my changes successfully
