@neighbouringRights
@contentNeighbouringRights
Feature: Neighbouring Upload

  @id_41650844ab1777a4d880a43f8e4faa7947b381420a23e6e73d9ec1bea3b8f8c5
  Scenario: A neighbouring rights user can upload a valid CSV to S3
    Given a user from e2e_user for content
    And I log in
    When I upload a valid CSV file from the neighbouring rights create page
    Then The neighbouring rights file was successfully uploaded to s3

  @id_07ba7ded31afc04b4f57b48ee8da47f2f1b37e6489790fed1b172f50ede25d47
  Scenario: A neighbouring rights user can upload an invalid CSV to S3
    Given a user from e2e_user for content
    And I log in
    When I upload an invalid CSV file from the neighbouring rights create page
    Then The neighbouring rights file was successfully uploaded to s3

  @id_cdcb701bbadfde9c579cdf76f115cadf1ea1a0676f2e1459b85346cd8e6b18f8
  Scenario: A neighbouring rights user cannot upload an incorrectly formatted CSV
    Given a user from e2e_user for content
    And I log in
    When I upload a bad CSV file from the neighbouring rights create page
    Then I get an error showing the neighbouring rights file failed to upload
