@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

  Background:
    Given an orchard employee cypress_manager_3 visits oa
    And I log in

  @regression
  @ows_features
  @id_2adbece2fab1b2c2b5e527695f6d1c8637629a51070e7b783ac5f98a1a88203a
  Scenario: OA - Search for release
    When I search Releases for the upc "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
    When I copy tracks from a release to an 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
    When I search Releases for the upc "889176466595"
    And I clear all required release fields
    Then I should get errors for missing required release fields
    When I set all the required release fields
    Then My release should be saved successfully
