Feature: Digital Audio Product Builder Tracks

  @frontend_distribution
  @id_e342a9a6a616b03d081b76f45231a32942632cf638be1254d27997d7fe9f59ba
  Scenario: Add Edit and Delete track localization for digital product
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I am on the digital product tracks page for the product 3317341
    And track 1 has no metadata
    When I add the localization for a track
    Then I should see the track localization
    When I edit the localization for a track
    Then localization is successfully updated
    When I delete the localization for a track
    Then I should not see the track localization
