Feature: Digital Audio Product Builder Overview

  @ows_assets
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_promo_player
  @frontend_distribution
  @id_c02b58ae858ad0667151fd5d925d0580296d451ea64bf5eb382167c5bbf14304
  Scenario: Complete promo player lifecycle with enabling, disabling, and expiration modes
    Given an orchard employee label_7123_admin for workstation
    And I log in
    When I am on the digital product overview page for the project: 3697912, product: 2020312
    Then the Promo Player should not be available
    When I am on the digital product overview page for the project: 3848088, product: 2205277
    Then the Promo Player should be available
    And the product does not have an associated Promo Player
    Then the Promo Player Builder Page shows the Promo Player is enabled
    And the linked Promo Player matches the page settings
    And the linked Promo Player is enabled
    When I disable the product's Promo Player
    Then the stored Promo Player is disabled
    And the Promo Player Builder Page shows no url

  @ows_assets
  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_promo_player
  @frontend_distribution
  @id_8d875f8783185c37afb7a79f54910bb1962de66ca2ead778e0c61748e49648d3
  Scenario Outline: Selecting a Promo Player Expiration Mode sends the correct API request
    Given an orchard employee label_7123_admin for workstation
    And I log in
    When I am on the digital product overview page for the project: 3848088, product: 2205277
    And the product does not have an associated Promo Player
    And I set the product's release date in the future
    And I go to the digital product Overview step
    Then the Promo Player Builder Page shows the Promo Player is enabled
    When I select the <expiration_mode> Expiration Mode
    Then the promo player API request should contain expiration mode <expected_api_mode>

    Examples:
      | expiration_mode | expected_api_mode  |
      | on_release      | on_product_release |
      | never           | none               |
