@legacy
@oa
Feature: Video Content Report
  In order to ensure I can create a video content report
  In OA
  I need to check video content report process

  Scenario: Fill out video content report
    Given an OA Technology_manager user
    And I am on the video content page
    And I fill out the form to generate a video content report
    Then I should be able to download a video content report

  Scenario: Fill out TV content report
    Given an OA Technology_manager user
    And I am on the video content page
    And I fill out the form to generate a TV content report
    Then I should be able to download a video content report
  
  @smoke_dev
  Scenario: Check date validation
    Given an OA Technology_manager user
    And I am on the video content page
    And I enter an invalid date
    Then I should get an error that a content report cannot be made with an invalid date
