Feature: Copy Physical Product

  @ows_account
  @ows_product
  @ows_product_physical
  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @ows_product_configuration
  Scenario: Copy in-progress physical product
    Given a standalone Workstation label_7123 user
    And I have existing Physical Product data for label 7123 for all fields
    And I have a new project and physical product for label 7123
    And I am on the Project::PhysicalProductTrackPage for the product
    When I copy the physical product
    And I go to the review section
    Then I see the correct physical release basics

  @ows_account
  @ows_product
  @ows_product_physical
  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @ows_product_configuration
  @ows_product_digital
  @ows_contracts
  # PHYS-4189
  Scenario: Copy in-progress physical product to digital
    Given a standalone Workstation label_7123 user
    And I have existing Physical Product data for label 7123 for all fields
    And I have a new project and physical product for label 7123
    And I am on the Project::PhysicalProductTrackPage for the product
    When I copy the physical product to digital
    Then I see the correct basics data on my copied product from a physical product

  @ows_account
  @ows_product
  @ows_product_physical
  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @ows_product_configuration
  Scenario: Copy in-content physical product
    Given a standalone Workstation label_7123 user
    And I have existing Physical Product data for label 7123 for all fields
    And I have an in-content physical product
    When I am on the Project::PhysicalProductReviewPage for the product
    And I copy the in-content physical product
    And I go to the review section
    Then I see the correct physical release basics
    When I wait for the artwork to load on the physical product review page
    Then I see the new artwork on the physical product review page
