Class: AddEditAssessmentPart

Inherits:
BasePage
  • Object
show all
Defined in:
lib/sambal-cle/page_objects/assessments.rb

Overview

This is the page for adding and editing a part of an assessment

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#saveObject

Clicks the Save button



438
439
440
441
# File 'lib/sambal-cle/page_objects/assessments.rb', line 438

def save
  frm.button(:name=>"modifyPartForm:_id89").click

end