@legacy
@oa
@wip
Feature: Vendor Contract Edit
  In order 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

  Scenario: Verify editing and updating the label contract info
    Given an OA Technology_manager user
    And I am on the vendor page for a valid vendor
    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
