@collaborators
@collaborators-my-catalog
Feature: My Catalog 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_049e9e57262e80d4d547646413b89abfc4b6e5bfb4fb7ed8f49590ebefb6d5f5
  Scenario: Showing the client's catalog of Products
    Then vendor title "Membran Digital • 25153" is shown in My Catalog page
    And filters are shown in My Catalog page
    And the table with default columns is shown in My Catalog page
    And valid data is shown in the My Catalog table

  @id_990ba9520ddac9801656da1ea1dfb6e6c6c57973760bf9d8a38cf1e294d7b1cd
  Scenario Outline: Filtering the list of products based on a product search
    When I filter the my-catalog list by some existing product <text>
    Then valid my-catalog data based on a product search is received
    And valid data is shown in the My Catalog table
    And the my-catalog products table contains only one row

    Examples:
      | text |
      | name |
      | upc  |

  @id_e9d22508643b6cb5ffc690360de7a1c3ba90ea768faba4bf43a11fe64b9a1f51
  Scenario: Filtering the list of products based on an artist search
    When I filter the my-catalog list by some artist that has products
    Then valid my-catalog data based on an artist search is received
    And valid data is shown in the My Catalog table
