@legacy
@oa
Feature: Vendor Draft Contract

  Scenario: Verify creating the label draft contract
    Given an OA Technology_manager user
    And I am on the vendor page for a valid vendor
    When I create the label draft contract
    Then the label draft contract should be created
    And should see newly added draft contract info reflected
    When I submit draft contract for approval
    Then the draft contract should be awaiting approval
