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

  Scenario: Reject a submitted release
    Given the release with upc 191773910136 has been submitted
    And an OA Technology_manager user
    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
