# Moved -> cypress/e2e/workstation/productBuilderMigration/replaceCompletedProductAudio.feature
Feature: Replace Completed Product Audio

  @refactor_keep
  @ows_track
  @ows_assets
  @frontend_distribution
  @id_7813a4fb9a18ad3b4f5695d46b7bbba4620dccacde905cc398a05553ca9caaf9
  Scenario: Replace Completed Product Audio
    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 2314868
    And I set the product to the complete state
    When I replace the Audio file of the first track
    Then The product is in the Correction state
    And I resubmit my product
    And I should see the resubmit success modal
