module OA
  class SearchManualAdjustmentPage < OA::BasePage
    page_url "/search/search_manual_adjustment.php"

    select_list(:parent_type, name: "parent_type")
    text_field(:parent_id, id: "parent_id")
    text_field(:comment, name: "comment")
    button(:search, value: "Search")
  end
end
