@legacy
@oa
Feature: OA Delete Sales Goals
  In order to manage sales goals for customers
  As a technology manager
  I need to be able to delete sales goals

  Scenario: Delete Sales goals OA (PHYS-2855)
    Given an OA Technology_manager user
    And I have an existing physical product on QA from which I can delete Sales Goals
    And my physical product has goals and a first week estimate
    When I visit the sales goals page for my release
    And I delete any existing goals in OA
    Then I should see no goal values on the page in OA
