Feature: Copy Physical Product

  @wip
  @ows_account
  @ows_product
  @graphql_product
  @ows_product_physical
  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @ows_product_configuration
  @ows_product_digital
  @ows_contracts
  @id_af4eb1a6bbcbb361d1a5105e855d220e537976d628c449760f50fd84a3aebe60
  Scenario: Copy in-progress physical and digital product
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I have existing api Physical Product data for label 7123 for all fields
    And I have a new project and physical product
    And I am on the physical product tracks page for the new product
    #This is physical product data in standard format
    And I have my physical product api data in standard format
    When I copy the physical product
    And I go to the review section
    Then I see the correct physical release basics
    #This is copy to digital
    And I have my physical product api data in standard digital format
    When I copy the physical product to digital
    Then I see the correct basics data on my copied product from a physical product
    #This is copy in-content physical product
    And I have existing Physical Product data for label 7123 for all fields
    When I am on the product completed page for the project: 3959479, product: 2358044
    And The products artwork assets are in the qa s3 bucket
    And I copy the physical product in-content without saving
    And I go to the review section
    Then I see the correct physical release basics
    Then I see the new artwork on the physical product review page


# Above is a consolidation of the three scenarios in cypress/e2e/workstation/productBuilder/copyPhysicalProduct.feature
# Pause pipeline execution while collecting data for framework comparison and refactor analysis