Feature: Conflict Manager Frontend

  Background:
    Given an orchard employee label_18805_new for workstation
    And I log in
    And I navigate to new conflicts workstation page

  # MR-3597
  @frontend_conflict_manager
  @ows_conflict_manager
  @id_b444c07652da6dcfbf03a43254d0228ce9f5760fd5448c6f9eb63e8822155557
  Scenario: Claim rights for all conflicting territories
    When I initiate a response for a track with territory conflicts
    And I claim to have exclusive rights for all of the territories
    Then I should see my conflict response in the response history

  @frontend_conflict_manager
  @ows_conflict_manager
  @id_7e8a7a9ec44f6f0ae90583d73ec3940ada05ec98b9ffe60d89fe939c7492c3d7
  Scenario: Claim rights for some conflicting territories
    When I initiate a response for a track with multiple territory conflicts
    And I claim to have exclusive rights for some of the territories
    Then I should see my conflict response in the response history

  @frontend_conflict_manager
  @ows_conflict_manager
  @id_cbbeb8bcb6c58492e87a617e4110a0c2535a83af98207fa401145d8eef6dd21c
  Scenario: Release claims for all conflicting territories
    When I initiate a response for a track with territory conflicts
    And I claim to have exclusive rights for none of the territories
    Then I should see my conflict response in the response history

  #   MR-3576
  #   MR-3578
  #   MR-3583
  #   MR-3602
  #   MR-3669
  #   MR-3721
  #   MR-3726
  @frontend_conflict_manager
  @ows_conflict_manager
  @id_75de8eaa96611a523e75e52fd3f93a60e64c94736af59efd1c7b774bc9c71278
  Scenario: Bulk respond
    When I initiate a response for the first 2 tracks with territory conflicts
    And I claim to have exclusive rights for all of the territories
    Then I should see my 2 conflict responses in the response history
