@collaborators
@collaborators-my-catalog
Feature: My Catalog 2 page

  Background: Log in
    Given an orchard employee collaborators_test for collaborators
    And I log in
    And I am on the collaborators my catalog page
    Given I intercept collaborators products requests for vendor 25153
    And I select account Membran Digital

  @id_e6950012b493317442bbfd80da91a2d0792473c290d87046229ba263e3f03c21
  Scenario: Filtering the list of products based on a subaccount selection
    When I filter the my-catalog list by some subaccount that exists in account
    Then valid my-catalog data based on a subaccount selection is received
    And valid data is shown in the My Catalog table

  @id_b13cf9fae8155618e2d2f8d924063d968c6a02091327db4405b80042e43dd831
  Scenario Outline: Filtering the list of products based on the splits they have
    When I filter the my-catalog list by split status <status>
    Then valid my-catalog data based on a split status <status> is received
    And valid data is shown in the My Catalog table

    Examples:
      | status                       |
      | Products with no splits      |
      | Products with missing splits |

  @id_0c0934176b5153b2385bf2a580a8fc954aa2646621fd891503b12869ede9bd78
  Scenario: Navigating to the product splits setup page from My Catalog page
    Then every product name in the my-catalog table includes link to splits setup page
    When I click on product name in row 1 of the my-catalog table
    Then the product splits setup page is shown
