Feature: Replace Completed Product Audio

  @wip
  @refactor_keep
  @ows_track
  @ows_assets
  @frontend_distribution
  @id_fdf43233e55271d090c817614fc76738ec3cbeaa7ee1f87710c620a38c3e95ad
  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


# Above is a consolidation of:
# cypress/e2e/workstation/productBuilder/replaceCompletedProductAudio.feature
# Pause pipeline execution while collecting data for framework comparison and refactor analysis