Feature: Move Digital Product

  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @frontend_distribution
  # DIG-5740
  Scenario: Move in-progress digital product and check basics
    Given a standalone Workstation label_7123 user
    And I have projects to move a digital product between
    And I am on the Project::ProjectDetailsPage of a source project
    When I move product from source project to destination project for digital
    Then product should be moved to destination project
    And product should be absent in a source project

  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @frontend_distribution
  # DIG-5721 - check Submitted, Complete, Correction, Action Required
  # and Action Required Combo (Rejected Error Correction)
  Scenario: Check move product button enablement
    Given a standalone Workstation label_7123 user
    And I am on the project details page for a project where my products should be moveable
    Then I should see a move product option on any product
