@legacy
@oa @xml
Feature: Generate PPL XML
  In order to generate PPL XML through bulk upload
  as a OA user
  I need to be able to bulk upload track unique IDs

  # possibly redundant or unnecessary
  @wip
  Scenario: Uploading Valid track unique ID in .txt format
    Given an OA Technology_Manager user
    And I visit PPL XML page
    When I upload a txt file with a valid track unique id
    And I visit PPL XML page
    Then the uploaded txt file should be available for download
    When I download the uploaded txt file
    Then I should see the same track unique id in the downloaded txt file
