Feature: Digital Audio Product Builder Artwork

  @ows_product_workflow
  @ows_product_digital
  @ows_assets
  @frontend_distribution
  @id_326b72129238e4ab08de08d8bc43c8d7912fb31a749f4c0aabcb93091e1a4f4a
  Scenario: Upload invalid and valid digital product artwork
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I have a new project and digital product for the user
    And I am on the digital product overview page for the new product
    # Digital Audio Product Builder Artwork -> Upload invalid digital product artwork
    When I go to the digital product artwork section
    And I upload an invalid artwork
    Then I should see an error message that the artwork is invalid
    # Digital Audio Product Builder Artwork -> Upload valid digital product artwork
    When I upload a valid artwork
    And I go to the digital product Overview step
    Then I see the new artwork on the digital product overview page
