Feature: Move Digital Product

  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @frontend_distribution
  @id_d70d17b35fa2d6d23220329ab98542920dfe8b1b31f7d534e425badb7a694126
  Scenario: Move in-progress digital product and check basics
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I am on the project details page of a digital 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

  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @frontend_distribution
  @id_ebac2ef5b963935e20459a62b2bb0c98e853895bae76d2a7e1089b2c75416ea5
  Scenario: Check move product button enablement
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I am on the project details page for the project: 3927297
    Then I should see a move product option on any product
