Feature: Digital Audio Product Builder Tracks
  @wip
  @frontend_distribution
  Scenario: Add track localization
    Given a standalone Workstation label_7123 user
    And I am on the Project::DigitalProductTracksPage for a product with track fixtures
    And the product has no track localizations
    When I add localization for a track
    Then the added localization is visible

  @wip
  @frontend_distribution
  Scenario: Delete track localization
    Given a standalone Workstation label_7123 user
    And I am on the Project::DigitalProductTracksPage for a product with track fixtures
    And the product has a track localization
    When I delete the newly added track localization
    Then I shouldn't see the track localization

  @wip
  @frontend_distribution
  Scenario: Edit track localization
    Given a standalone Workstation label_7123 user
    And I am on the Project::DigitalProductTracksPage for a product with track fixtures
    And the product has a track localization
    When I edit localization for a track
    Then localization is successfully updated
    When I delete the newly added track localization
    Then I shouldn't see the track localization
