# Refactored -> cypress/e2e/workstation/productBuilderMigration/copyPhysicalProduct.feature
Feature: Copy Physical Product

  @refactor_old
  @ows_account
  @ows_product
  @graphql_product
  @ows_product_physical
  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @ows_product_configuration
  @ows_assets
  @id_5f3c023b0c8ed05f9e9b72938c09a59ba70de561731b0bc1c6228b214b195a7c
  Scenario: Copy in-progress physical 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
    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

  @refactor_old
  @ows_account
  @ows_product
  @graphql_product
  @ows_product_physical
  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @ows_product_configuration
  @ows_product_digital
  @ows_contracts
  @ows_assets
  @id_a6de5aeb4969ec95c323493bd0d552e3ca7df15f99c9786165f5e8279231a753
  Scenario: Copy in-progress physical product to digital
    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
    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

  @refactor_old
  @ows_account
  @ows_product
  @graphql_product
  @ows_product_physical
  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @ows_product_configuration
  @ows_assets
  @id_7bb1d7c7d4b6bbf3315471fc39709f764dff91a8b91b24b43a67dc510d4c997f
  Scenario: Copy in-content physical product
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    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
