@legacy
@oa
Feature: Reject Release
  To reject a submitted release
  As an OA user
  I want to reject all fields with comments

  @id_b2042f49f1a3270ed6fd0a8936f2405c263027623d7da6a94f95256ba3b6004e
  Scenario: Reject a submitted release
    Given an orchard employee cypress_manager_2 visits oa
    And The release with upc 191773910136, productId 2142940 has been submitted
    And I log in
    And The release 191773910136 is not checked out
    When I check out release 191773910136
    And I reject all fields with comments
    Then I should be on the check out releases page
