@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 to content silently
    When I am on the content create page
    Then Then I am presented with the option to ingest data for Ownership Soundrecordings and Performance Soundrecordings

  @id_057646a761dd534a6d7c5fffbf247e92011e6b7f86d8726c3b793de7f74f1fc3
  Scenario: Ownership upload option sends cvs to correct s3 bucket
    Given a user from owner for content
    And I log in to content silently
    And I am on the content create page
    And I select Ownership sound recordings
    When I upload a valid-ownership CSV file for Ownership
    Then the valid file was successfully uploaded to s3 owner bucket
