@legacy
@oa
Feature: Generate Checks
  To ensure the accuracy and reliability of accounting data
  As an OA User
  I want to generate checks

  # run features/scripts/delete_most_recent_check if this fails before the new check is deleted.
  @delete_checks
  @id_20d2221645adbe1151b1daa14e2802934389d5c953a67c7400d35ca54da98f09
  Scenario: Generate check
    Given an orchard employee cypress_manager_3 visits OA
    And I log in to OA
    And A label with an outstanding balance for the current quarter
    When I generate a check for that label
    And I process the check
    And I cut the check
    And I search for the check
    Then I should see the check
