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.
  @frontend_distribution
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_assets
  @ows_contracts
  @id_44d4f72309745361e8e662601fd43b242b74eb7b3b83c82a3425145c61468a76
  Scenario: Incomplete product fails completeness check
    Given an orchard employee label_7123_admin for workstation
    And I log in
    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 Basics section
    When I go to the digital product Basics section
    Then I see errors on the digital product Basics page
    Then I see an error icon next to the Tracks section
    When I go to the digital product Tracks step
    Then I see errors on the digital product Tracks page
    Then I see an error icon next to the Scheduling & Pricing section
    When I go to the digital product Scheduling & Pricing step
    Then I see errors on the digital product Scheduling & Pricing page
    Then I see an error icon next to the Publishing Obligation section
    When I go to the digital product Publishing Obligation step
    Then I see errors on the digital product Publishing Obligation page
