@neighbouringRights
@contentNeighbouringRights
Feature: Nr Owner Role

  @id_e2d7596660e55ae018deadbd1d2a71fa7295678a31370bf252a9c5ad2238c0d3
  Scenario: User with both manage_nr_ownership and manage_nr_repertoire roles can ingest data for Ownership Soundrecordings and Performance Soundrecordings
    Given a user from owner for content
    And I log in
    When I go to the content neighbouring rights create page
    Then I am presented with the option to ingest data for Ownership Soundrecordings and Performance Soundrecordings

  @id_057646a761dd534a6d7c5fffbf247e92011e6b7f86d8726c3b793de7f74f1fc3
  Scenario: Ownership upload option sends csv to correct s3 bucket
    Given a user from owner for content
    And I log in
    When I upload a validOwnership CSV file for Ownership from the neighbouring rights create page
    Then The neighbouring rights file was successfully uploaded to s3 owner bucket
