Feature: Physical Product Artwork Upload

  @production
  Scenario: Upload valid physical product artwork
    Given I am logged into workstation on production
    And I have an existing physical product on Production
    And I am on the Project::PhysicalProductDetailsPage for the product
    When I go to the physical product artwork section
    And I upload valid artwork
    And I go to the review section
    Then I see the new artwork on the physical product review page
    And I log out of Workstation
