Class: ProposalDevelopmentDocument

Inherits:
BasePage
  • Object
show all
Defined in:
lib/kuality-coeus/page_objects/proposal_development.rb

Class Method Summary collapse

Methods inherited from BasePage

budget_header_elements, budget_versions_elements, custom_data, description_field, document_header_elements, error_messages, glbl, global_buttons, route_log, search_results_table, special_review, tab_buttons, tiny_buttons, validation_elements

Class Method Details

.proposal_header_elementsObject



10
11
12
13
14
# File 'lib/kuality-coeus/page_objects/proposal_development.rb', line 10

def proposal_header_elements
  buttons 'Proposal', 'S2S', 'Key Personnel', 'Special Review', 'Custom Data',
          'Abstracts and Attachments', 'Questions', 'Budget Versions', 'Permissions',
          'Proposal Summary', 'Proposal Actions', 'Medusa'
end