Feature: Project Manager Complete Workflow II

  @ows_account
  @ows_project_manager
  @ows_artist
  @ows_marketing
  @ows_sales_goals
  @frontend_distribution
  @id_837ef301d0affd83b531163535d25176c4fa6d8929f9b26921ea992461472444
  Scenario: Create project, add product, manage highlights, and verify workflow
    Given an orchard employee label_7123_admin for workstation
    And I log in
    When I begin to create a new project
    Then I am redirected to the create project page
    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
    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
    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

  @frontend_distribution
  @id_595d2ee22d41e07f8147fcafb0399bf2c7538b8c7c96432f0d434d13e5a1e735
  Scenario: Create new project as D3
    Given an orchard employee label_16055_d3_user for workstation
    And I log in
    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
