Feature: Video Validation and Bulk Actions

  @ows_video
  @frontend_video
  Scenario: Upload invalid music video
    Given I am on the Video::VideoPage
    When I upload an invalid music video
    Then the video starts the validation process
    And the video eventually fails the validation process

  # May 8, 2019: The Bulk Ingest Form has changed quite a bit and is still a WIP.
  # We'll have to update and re-enable those tests once we reach a stable version.
  @ows_video
  @frontend_video
  Scenario: Bulk ingest new video products
    Given I am on the Video::BulkIngestVideoPage
    When I enter 2 new video products on the bulk ingest form
    Then I see an ingestion success after submitting the form
