@wip
#feature test disabled 06/15/20 QA-1000023
@legacy
@oa
Feature: Projections OA
  In order to ensure I can edit projections info in OA
  As a technology manager
  I need to verify projections in OA works

  Scenario: Add projections and priority for a region in OA
    Given an OA Technology_manager user
    And I have no projections on product 2321439
    When I check out release 192562498941
    And I add United States as a priority territory on OA
    And I enter and save projections and priority for the territory on OA
    Then I should see my highlight data in OA

  Scenario: Delete projections in OA
    Given an OA Technology_manager user
    And I have United States projections and global totals on product 2321439
    When I check out release 192562498941
    And I delete my highlight projections in OA
    And I refresh the page
    Then I should not see any highlight projections in OA
