@collaborators
Feature: Collaborators

  @id_79921f23a7abc0c94b17c60d8086d6e571a34b5a3a280eca16796e6b4d18b2b4
  Scenario: Collaborators list is displayed
    Given an orchard employee collaborators_test for collaborators
    And I log in
    And I select account Frenchkiss Records
    Then I should see the Collaborators List
    And The Collaborators List has data for Collaborators and Products

  @graphql_product
  @id_8d5000dbf1e3cae81664f2b0f7f256a6a04f89a5f92e64b0ea08bc1481e8130d
  Scenario: Search for a collaborator
    Given an orchard employee collaborators_test for collaborators
    And I log in
    And I select account Frenchkiss Records
    When I search collaborators for Andy Dust
    Then I can find Andy Dust in the collaborator table

  @id_d3535c3d970332f84d056058464681d8b72145ea368f32c0059987ef8afd151e
  Scenario: Add collaborator split
    Given an orchard employee collaborators_test for collaborators
    And I log in
    And I am on the collaborators my catalog page
    And I select account Frenchkiss Records
    And I search collaborators my catalog for At Your Leisure
    And I select At Your Leisure product
    When I add a collaborator split
    Then I should see new collaborator in the list

  @graphql_product
  @id_e691d83cb687c9ba5ca4223c1c054ae060fcef352e6eb4525f701018758a199b
  Scenario: Product details are displayed
    Given an orchard employee collaborators_test for collaborators
    And I log in
    And I am on the collaborators my catalog page
    And I select account Frenchkiss Records
    And I search collaborators my catalog for At Your Leisure
    And I select At Your Leisure product
    Then I can see the product details

  @id_0a6b2f62eba6dbf0cd30ba638ca58d0a0364c1dcf527a26d2853b406b0fbb388
  Scenario: Delete collaborator splits
    Given an orchard employee collaborators_test for collaborators
    And I log in
    And I am on the collaborators my catalog page
    And I select account Frenchkiss Records
    And I search collaborators my catalog for At Your Leisure
    And I select At Your Leisure product
    When I delete all collaborator splits
    Then I should see no collaborators in the list
