Feature: Digital Audio Product Builder Artwork

  @wip
  @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 for workstation
    And I log in to workstation silently
    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
    # This can be implemented as a frontend component test.
    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


# Above is a consolidation of the following: file -> scenario
# cypress/e2e/workstation/productBuilder/digitalAudioProductBuilderArtwork.feature -> Digital Audio Product Builder Artwork
# Pause pipeline execution while collecting data for framework comparison and refactor analysis