# Refactored -> cypress/e2e/workstation/productBuilderMigration/copyDigitalProduct1.feature
Feature: Copy Digital Product 1

  @refactor_old
  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @frontend_distribution
  @id_dd0442a953c9d5f58ac3b72ad2bd91b71fc7ac14651897d90ff528a96e829daf
  Scenario: Copy in-progress digital product and check basics (DIG-6952)
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I am on the digital product overview page for a newly-created product
    And I have all data for digital product basics fields
    When I go to the digital product Basics section
    And I populate all digital product basics fields
    And I populate the digital product imprint with existing options
    And I submit the digital audio product basics page form
    When I copy the digital product
    Then I see the correct basics data on my copied product
