Feature: Conflict Manager Search

  @ows_conflict_manager
  @id_0fa8126addc4eb821264e0fd1d6902b56567a24557c40106de84f1b7ee80c9d8
  Scenario Outline: Filter conflicts by type
    Given an orchard employee label_18805_new for workstation
    And I log in
    And I navigate to new conflicts workstation page
    And I have data for an existing conflict
    When I search for an existing conflict by <search_type>
    Then I am able to see the <search_type> in the conflict manager search results

    Examples:
      | search_type    |
      | track          |
      | isrc           |
      | artist         |
      | product        |
      | upc            |
      | inConflictWith |
