Feature: Digital Audio Product Builder Pricing

  @frontend_distribution
  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_contracts
  @id_3cd0cd49d281946734c00dd7bb3051c1e643e3b6031cf3b1065045946054caa9
  Scenario: Populate required pricing fields
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I have a new project and digital product for the user
    And I am on the digital product scheduling and pricing page for the new product
    When I populate the required digital pricing with No Pre-order
    And I submit the digital pricing form
    And I go to the digital product Overview step
    Then I see the correct pricing data on the digital product overview page

  @frontend_distribution
  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @id_2cc77bf7ce5be51a4afbacbfacd73b66c28efe7db9c319bc4c934123025eca19
  Scenario: Populate required pricing fields with individual track price
    Given an orchard employee label_7123_admin for workstation
    And I log in
    And I have a new project and digital product for the user
    And I am on the digital product tracks page for the new product
    And I add 1 blank track
    When I go to the digital product Scheduling & Pricing step
    And I populate the required digital pricing with Specific Date
    And I add individual track price for track Track 1
    And I submit the digital pricing form
    And I go to the digital product Overview step
    Then I see the correct pricing data on the digital product overview page
    And I see the individual track Track 1
    And I see the price for the individual track Track 1
