Feature: Digital Audio Product Builder Basics

  Background:
    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 a newly-created product

  # Refactored -> cypress/e2e/workstation/productBuilderMigration/copyDigitalProduct1.feature
  @refactor_old
  @frontend_distribution
  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_contracts
  @digital_product_builder_basics
  @id_e522b7d6baa87adcfeb13eb27c5bfde3be17944c4177e6cd6ecac24b1b248c11
  Scenario: Populate digital product basics with all fields and new dropdowns
    And I have all data for digital product basics fields
    When I go to the digital product Basics section
    And I populate all digital product basics fields
    And I populate the digital product imprint with existing options
    And I submit the digital audio product basics page form
    And I go to the digital product Overview step
    Then I see the correct basics data on the digital product overview page

  # Recommend to delete — no need to test classical fields separately in E2E; unit/integration tests should cover this.
  # Refactored -> cypress/e2e/workstation/productBuilderMigration/digitalProductBuilderBasics.feature
  @refactor_old
  @frontend_distribution
  @ows_product_workflow
  @ows_product_digital
  @ows_product
  @graphql_product
  @ows_contracts
  @digital_product_builder_basics
  @id_649c8bdc716b637f98a6e43ab3a7f953fd452b3a0bf5dd9b4a0089cebd8608bc
  Scenario: Populate digital product 2 basics with required fields and classical fields
    And I have classical data for digital product basics fields
    When I go to the digital product Basics section
    And I populate required digital product basics fields
    And I populate the digital product imprint with existing options
    And I populate the digital product basics classical fields
    And I submit the digital audio product basics page form
    And I go to the digital product Overview step
    Then I see the correct basics data on the digital product overview page
