Feature: Digital Audio Product Builder Completeness Check
  To verify that a product is ready for submission and delivery
  As a vendor
  I want to check the product for completeness

  # DIG-4926
  # This scenario can be implemented as a frontend component test.
  @refactor_keep
  @frontend_distribution
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_assets
  @ows_contracts
  @id_88ea7e11231171841495409e96e57baf4bb706e659f4d6c87d5a4899b3416e5a
  Scenario Outline: Incomplete product fails completeness check
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I am on the digital product overview page for the project: 3751367, product: 2079490
    When I validate the digital product
    Then I see an error icon next to the <section> section
    When I go to the digital product <section> section
    Then I see errors on the digital product <section> page

    Examples:
      | section               |
      | Basics                |
      | Tracks                |
      | Scheduling & Pricing  |
      | Publishing Obligation |
