Feature: Move Physical Product

  # Recommended for deletion: The underlying API and frontend components should be the same as those used for digital products
  @wip
  @refactor_keep
  @ows_product
  @graphql_product
  @ows_product_physical
  @frontend_distribution
  @id_3986c735c51abb3d254a5cf8b6af867ea9ecdcb023bf0b8ab1ece9bfa237de64
  Scenario: Move in-progress physical product and check basics
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I am on the project details page of a physical source project
    When I move product from source project to destination project
    Then product should be moved to destination project
    And product should be absent in a source project


# Above is a consolidation of:
# cypress/e2e/workstation/productBuilder/movePhysicalProduct.feature
# Pause pipeline execution while collecting data for framework comparison and refactor analysis