@legacy
@oa
@wip
Feature: Vendor Contract Edit
  To ensure I can view and edit the contract page
  as an OA user
  I need to verify everything in OA view and edit contract page

  @id_95c06068dc24f335f53a337f52393450cb09cd57fd050793f39f2d44646f5e0d
  Scenario: Verify editing and updating the label contract info
    Given an orchard employee cypress_manager visits OA
    And I log in to OA
    And I navigate to a valid vendor oa page
    When I update the active label contract info
    Then the label contract info should successfully updated with success message
    And should see newly edited contract info reflected
