Feature: Video Validation and Bulk Actions

  @ows_video
  @frontend_video
  @id_4b38d382ec5d402eada64cd8083d48e197074c14a0cc1e04fafb84ff305fb365
  Scenario: Upload invalid music video
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I have existing Physical Product data for label 7123 for all fields
    And I have a new project for a physical product
    Then I add a product to the project
    And I select video as the product type
    And I submit my product
    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.
  @wip
  @ows_video
  @frontend_video
  @id_1047cb289b7a39e0d2f1529700416acdfbeab80eebf483787b8691e5ea3acf89
  Scenario: Bulk ingest new video products
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I have existing Physical Product data for label 7123 for all fields
    And I have a new project for a physical product
    Then I add a product to the project
    And I select video as the product type
    And I submit my product
    When I enter 2 new video products on the bulk ingest form
    Then I see an ingestion success after submitting the form
