# Refactored -> cypress/e2e/workstation/productBuilderMigration/digitalAudioProductBuilderTracks.feature
Feature: Digital Audio Product Builder Tracks
  2020312 product id

  @refactor_old
  @frontend_distribution
  @id_968433888e9b7b2e771c5ce34abcf0eea0d5ae35b6310c80c32dcfa72cc79b86
  Scenario: Add track localization
    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
    When I add the localization for a track
    Then I should see the track localization

  @refactor_old
  @frontend_distribution
  @id_0dd10efc9f598c5d320c4ffa4aedd9e1d04535e21ae8ec08bd72264e39c663ec
  Scenario: Delete track localization
    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
    And the product has a track localization
    When I delete the localization for a track
    Then I should not see the track localization

  @refactor_old
  @frontend_distribution
  @id_68139438652c06f26096770eb2d9c6c0db7e4e07b035213113dfd7af045a6f23
  Scenario: Edit track localization
    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
    And the product has a 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
