Feature: Digital Audio Product Builder Artwork Submission V2

  # Test is tagged to run in it's own rake task as it must run in standalone pipelines on legacy evnironment
  # Test is temporarily disabled to unblock ows-product-digital pipeline, investigation of issue - QA-999999
  @wip
  @artwork_submission_v2
  Scenario: Copy product missing artwork, upload V2 artwork and approve in OA
    Given a Workstation label_7123 user
    And I have an existing digital product on QA missing artwork
    And the active variant for artwork_submission_v2 is enabled on workstation
    And I am on the Project::DigitalProductOverviewPage for the product
    And I copy the digital product
    And I go to the digital product artwork section
    And I upload valid artwork
    And I validate the digital product
    When I submit my product
    Then my product should be in SUBMITTED status
    And I see the new artwork on the digital product overview page
    Given an OA Technology_manager user
    And I checkout and submit the release for approval
    When I am on the Project::DigitalProductActionRequiredPage for the product
    Then my product should be in COMPLETE status
