@legacy
@oa
@legacyoa
@oa_edit_label
Feature: Oa Edit Label

  Background:
    Given an orchard employee cypress_manager_3 visits oa
    And I log in

  @id_ab2dab5b2d2e649ce9169c0414677ea68aa5c589c7a1299ea07ad3290af8e5b6
  Scenario: Label info page works
    And I navigate to viewVendorPage for vendor 24888 oa page
    And I click on edit label info
    Then I can see the popup module with all info fields

  @id_cd706045001fe5a946c4207f003d667eb827b21eed0b7d84d88f0610477506fa
  Scenario: Edit label info
    And I navigate to viewVendorPage for vendor 24888 oa page
    And I click on edit label info
    When I update the required fields under label info and save
    Then I should be able to see the changed values on the view vendor page for vendor_id 24888
