Feature: Physical Product Builder Artwork

  @ows_assets
  @frontend_distribution
  Scenario: Upload invalid physical product artwork
    Given a standalone Workstation label_7123 user
    And I have an existing physical product on QA
    And I am on the Project::PhysicalProductDetailsPage for the product
    When I go to the physical product artwork section
    And I upload invalid artwork
    Then I should see an error message that the artwork is invalid

  @frontend_distribution
  @ows_product_physical
  @ows_assets
  Scenario: Upload valid physical product artwork
    Given a standalone Workstation label_7123 user
    And I have an existing physical product on QA
    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

  @frontend_distribution
  @ows_product_physical
  @ows_assets
  Scenario: User is redirected to 'review' after navigating from completed product artwork page
    Given a standalone Workstation label_7123 user
    And I have an existing completed physical product on QA
    When I am on the Project::PhysicalProductCompletedPage for the product
    And I go to edit artwork section
    When I click on the physical product territories section
    Then I should be redirected to product review page

  @wip 
  @frontend_distribution
  @ows_product_physical
  @ows_assets
  Scenario: Change completed physical product artwork
    Given a standalone Workstation label_7123 user
    And I have an existing completed physical product on QA
    When I am on the Project::PhysicalProductCompletedPage for the product
    And I go to edit artwork section
    And I upload valid artwork
    When  I am on the Project::PhysicalProductCompletedPage for the product
    Then I see the new artwork on the physical product review page
