Feature: Copy Digital Product

  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @frontend_distribution
  Scenario: Copy in-progress digital product and check basics (DIG-6952)
    Given a standalone Workstation label_7123 user
    And I am on the Project::DigitalProductOverviewPage for a newly-created product
    When I go to the digital product basics section
    And I populate all digital product 2 basics fields
    And I populate the digital product 2 basics dropdowns with new options
    And I submit the digital audio product 2 basics page form
    When I copy the digital product
    Then I see the correct basics data on my copied product

  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @frontend_distribution
  @ows_track
  Scenario: Copy single from instant grat
    Given a standalone Workstation label_7123 user
    And I have a new project and digital product for label 7123
    And I have a new and complete track
    And I specify a sales date in the future
    When I create a single copy from my instant grat
    Then I navigate to my new single's track
#    Then my new track values should match the source
