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

  # DIG-4926
  @frontend_distribution
  @ows_product_digital
  @ows_product
  @ows_assets
  @ows_contracts
  Scenario Outline: Incomplete product fails completeness check
    Given a standalone Workstation label_7123 user
    And I am on the Project::DigitalProductOverviewPage for an incomplete product
    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 and pricing|
    |publishing obligation |
