@legacy
@oa
Feature: Subtitle
  In order to ensure I can submit a subtitle on a release
  In OA
  I need to check subtitle upload and sync processes

  @wip
  Scenario: Upload caption file
    Given an OA Technology_manager user
    When I am on the subtitles page for 888608968850
    And no subtitle or caption files are present
    And I upload a caption file
    Then the new caption file should be uploaded and synced to QA

  @wip
  Scenario: Upload subtitle file
    Given an OA Technology_manager user
    When I am on the subtitles page for 888608968850
    And no subtitle or caption files are present
    And I upload a subtitle file
    Then the new subtitle file should be uploaded and synced to QA
