Feature: Digital Audio Product Builder Tracks
  2020312 product id

  @wip
  @frontend_distribution
  @id_e342a9a6a616b03d081b76f45231a32942632cf638be1254d27997d7fe9f59ba
  Scenario: Add Edit and Delete track localization for digital product
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I am on the digital product tracks page for the product 3317341
    And track 1 has no metadata
    # Digital Audio Product Builder Tracks -> Add track localization
    When I add the localization for a track
    Then I should see the track localization
    # Digital Audio Product Builder Tracks -> Edit track localization
    When I edit the localization for a track
    Then localization is successfully updated
    # Digital Audio Product Builder Tracks -> Delete track localization
    When I delete the localization for a track
    Then I should not see the track localization


# Above is a consolidation of the following: file -> scenario
# cypress/e2e/workstation/productBuilder/digitalAudioProductBuilderTracks.feature -> Digital Audio Product Builder Tracks