@neighbouringRights
@contentNeighbouringRights
Feature: Ownership Rights

  # wip'ed because something wrong with ownership ingest logic, which leads to the test failure,
  # we need a time to figure out and fix it, but don't want to block of a lot of pipelines
  @wip
  @id_6973fca4cbeea5a7f3d131bb8dc693a228a7f6e39a8cb0de2b7c310dc81b76f9
  Scenario: CSV Upload of ownership content displays correct data in content app
    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
    And I replace the placeholder ISRCs in the ownershipRights CSV file
    When I upload a ownershipRights-copy CSV file for Ownership
    Then The upload completes with 10 updates and 2 errors
    And The ownership data uploaded displays correctly in the ownership tab
    And The ownership data uploaded displays correctly in the sound recording page
    And The rights are correctly displayed on the rights page
