Feature: Digital Audio Product Builder Artwork

  @frontend_distribution
  Scenario: Upload invalid digital product artwork
    Given a standalone Workstation label_7123 user
    And I have an existing digital product on QA
    And I am on the Project::DigitalProductOverviewPage for the product
    When I go to the digital product artwork section
    And I upload invalid artwork
    Then I should see an error message that the artwork is invalid

  @ows_product_workflow
  @ows_product_digital
  @ows_assets
  @frontend_distribution
  Scenario: Upload valid digital product artwork
    Given a standalone Workstation label_7123 user
    And I have an existing digital product on QA
    And I am on the Project::DigitalProductOverviewPage for the product
    When I go to the digital product artwork section
    And I upload valid artwork
    And I go to the digital product overview step
    Then I see the new artwork on the digital product overview page
