@neighbouringRights
@contentNeighbouringRights
Feature: Nr Product Builder Id Lookup

  @id_0e0c6d048b034df9506595e552a91c4d2031b1da5057b0ce6eaf20613b25e7d3
  Scenario: Create Contributor using create page modal
    Given a user from e2e_user for content
    And I log in
    And I go to the content neighbouring rights create page
    When I create a contributor using the modal
    Then The contributor is successfully created
    And I delete the contributor from the database

  @id_d5c384bfb87f176add226208d26dddece811e1f8ab5610c46265e8b50cabd6ac
  Scenario: Lookup Contributor using modal
    Given a user from e2e_user for content
    And I log in
    And I go to the content neighbouring rights create page
    When I lookup contributor toldi, miklos
    Then I am returned id cd869e58-87d3-48d0-afa0-f8af7b56823e and name Toldi, Miklos
