Feature: Delete Most Recent Check
  Remove the most recent check for a label.
  This is useful for fixing the generate checks scenario if it is stopped before the new check can be deleted.

  Scenario: Delete most recent check
    Given an OA Technology_manager user
    Given I have data for the most recent check for label 6
    And I have an up-to-date UploadCheckDeletion template
    When I delete the check
    And I search for the check
    Then I should see the Check Payable Results page with no results
