Feature: Project Manager II

  # uses dev frontend that always uses label 7123
  # CAT-747
  @ows_project_manager
  @ows_sales_goals
  @frontend_distribution
  @id_18a571225cffdbb297f764e12e64b11de89ff321e7433c2590fd31edd9bde213
  Scenario: Add project highlights
    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
    And I am on the digital project highlights page for the new project
    When I add United States as a priority territory from the project management page
    And I add highlights to my project
    Then my highlights should be visible

  # was moved here from legacy/project_manager.feature during legacy -> SPA SA migration
  @frontend_distribution
  @id_941af8d20157323fef86e359571e6f5f5433be682c3b7ec5b13be5812a0b3891
  Scenario: Navigate to distribution app through audio button
    Given an orchard employee label_7123 for workstation
    And I log in to workstation silently
    Given I am on the workstation home page
    When I begin to create a new project
    Then I am redirected to the create project page

  # was moved here from legacy/project_manager.feature during legacy -> SPA SA migration
  @frontend_distribution
  @id_595d2ee22d41e07f8147fcafb0399bf2c7538b8c7c96432f0d434d13e5a1e735
  Scenario: Create new project as D3
    Given an orchard employee d3_16055 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
    And 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
