@production
@workstation_prod
Feature: Artwork Smoke Test

  Background: Log in to Workstation
    Given an environment dependent user workstation_prod_artwork for prod or label_7123_admin for qa for workstation
    And I log in

  #    Prod CONFIG_ENV only
  @id_1e2d2f9907f3932ff8e0f7e2b55e759e0242d29c3d10637b5fd08ea32fea899f
  Scenario: Reupload artwork on an existing digital product
    When I am on the digital product artwork page for the project: 6863093, product: 6448422
    And I upload a valid artwork
    And I save and continue on the digital artwork page
    Then I see a green checkmark next to the Artwork step
    When I navigate to the digital product overview page
    Then I see the new artwork on the digital product overview page
