Feature: Video Validation and Bulk Actions

  @ows_video
  @frontend_video
  @id_4b38d382ec5d402eada64cd8083d48e197074c14a0cc1e04fafb84ff305fb365
  Scenario: Upload invalid music video
    Given an orchard employee label_7123_admin for workstation
    And I log in
    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

  # 2026-01-28 wip this to identify the bulk upload flow, needs more work
  @wip
  @ows_video
  @frontend_video
  @id_1047cb289b7a39e0d2f1529700416acdfbeab80eebf483787b8691e5ea3acf89
  Scenario: Bulk ingest new video products
    Given an orchard employee label_7123_admin for workstation
    And I log in
    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
