# Refactored -> cypress/e2e/workstation/productBuilderMigration/digitalAudioProductBuilderArtwork.feature
Feature: Digital Audio Product Builder Artwork

  # This scenario can be implemented as a frontend component test.
  @refactor_old
  @frontend_distribution
  @id_2258fbad02d7877579edcfe9edb97f52edd5bb6f326dd1321406676110d93de5
  Scenario: Upload invalid 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
    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

  # This scenario can be deleted since the functionality is already fully covered by cypress/e2e/oa/releaseApproval2.feature -> Scenario: Create and approve new release
  @refactor_old
  @ows_product_workflow
  @ows_product_digital
  @ows_assets
  @frontend_distribution
  @id_6a149904f0aab9de6355a88c2de772e1151e708e4ef3e0014c1500b7d6271132
  Scenario: Upload 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
    When I go to the digital product artwork section
    And 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
