Class: AddEditAssessmentPart
- 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
-
#save ⇒ Object
Clicks the Save button.
Methods inherited from BasePage
basic_page_elements, button, damballa, frame_element, link
Instance Method Details
#save ⇒ Object
Clicks the Save button
417 418 419 |
# File 'lib/sambal-cle/page_objects/assessments.rb', line 417 def save frm.(:name=>"modifyPartForm:_id89").click end |