Feature: Project Manager I

  # Refactored -> cypress/e2e/workstation/productBuilderMigration/digitalProductBuilderBasics.feature
  # uses dev frontend that always uses label 7123
  @refactor_old
  @ows_account
  @ows_project_manager
  @ows_artist
  @ows_marketing
  @frontend_distribution
  @id_47f4c1b8484653ca52701ac658c326767ca517d01a9cc80c32a2ba405b4a2262
  Scenario: Create a new project as label with required fields and existing dropdowns
    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
    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 submit the digital audio product basics page form
    When I go to the digital product Overview step
    Then I see the correct basics data on the digital product overview page
    When I am on the workstation catalog projects page
    Then I should see the project in the projects list

  # Refactored -> cypress/e2e/workstation/productBuilderMigration/copyDigitalProduct1.feature
  @refactor_old
  @ows_account
  @ows_project_manager
  @ows_artist
  @ows_marketing
  @frontend_distribution
  @id_4900714957b9cb6413a9dd75faa528b8f4bc7ffb5ba79cda1c729a6a75268967
  Scenario: Create a new project as label with optional fields and new dropdowns
    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
    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
    When I go to the digital product Overview step
    Then I see the correct basics data on the digital product overview page
    When I am on the workstation catalog projects page
    Then I should see the project in the projects list

  @ows_project_manager
  @ows_marketing
  @frontend_distribution
  @id_a07b7482fcbb8b30694e4689f0eb385758c30b3ee6feea229e187913a7aac436
  Scenario: Delete a project without products
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    And I am on the digital project overview page for a newly-created project
    When I delete the project
    And I am on the workstation catalog projects page
    Then I should not see the project in the projects list
