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

  @id_f77d7fb428c42bdb4f8d61950f88ade90d4aeee777ad01711f34da508cb2da18
  Scenario: Delete Sales goals OA (PHYS-2855)
    Given an orchard employee cypress_manager visits oa
    And I log in
    When I navigate to salesGoalsPage for release 2195179 oa page
    And My physical product has goals and a first week estimate
    And I delete any OA existing goals
    Then I should see no OA goal values on the page
