Feature: Content Review Queues

  @content_review
  @graphql_product
  @id_57671671ae261b128c5913860ff0001936606f515854e1360d5a8212aaf64b8d
  Scenario: A content review user can move product between initial and investigation queues
    Given an orchard employee label_6971_admin for workstation
    And I create and submit a digital product for label 6971 and artist 1684776
    Given a user from test_user for content
    When I log in
    Then I can see different review queues
    And I can move a product from initial to investigation review queue
    Then the product that I moved from one queue to another is no longer present in the queue from which it was moved
    And I can switch to investigation review queue
    And I can see product move notes in product review modal
    And I can move the product from investigation to initial review queue
    Then the product that I moved from one queue to another is no longer present in the queue from which it was moved
    And the product is available in the initial queue

  @content_review
  @graphql_product
  @id_4022ebec028f7195480d4116281245b7a92b333b937bb71677e41452e317fc84
  Scenario: A content review user can move product to escalation queue
    Given an orchard employee label_6971_admin for workstation
    And I create and submit a digital product for label 6971 and artist 1684776
    Given a user from test_user for content
    When I log in
    Then I can see different review queues
    And I can move a product from initial to escalation review queue
    Then the product that I moved from one queue to another is no longer present in the queue from which it was moved
    And I can switch to escalation review queue
    And the product is available in the escalation queue
    And I can see product move notes in product review modal
    And I can move the product from escalation to initial review queue
    Then the product that I moved from one queue to another is no longer present in the queue from which it was moved
    And the product is available in the initial queue
