Feature: OWS Conflict Manager

  # MR-3930
  @ows_conflict_manager
  @id_11c5ab07e053c39497c5dc50109dae9972ae6adbfaeb4a10c5a7935ae04abce3
  Scenario: Update external conflicts
    Given an orchard employee cypress_manager_2 visits OA
    And I log in to OA
    And I am on the masters-registry external conflicts page
    When I assert rights for a grouped conflict ID
    Then I see that rights were updated for the grouped conflict ID

  @ows_conflict_manager
  @id_0fa8126addc4eb821264e0fd1d6902b56567a24557c40106de84f1b7ee80c9d8
  Scenario Outline: Filter conflicts by type
    Given an orchard employee label_18805 for workstation
    And I login silently to workstation and visit the conflict-manager 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 search results

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