Class: AddEditAssessmentPart

Inherits:
Object
  • Object
show all
Includes:
PageObject
Defined in:
lib/sakai-oae-test-api/cle_frame_classes.rb

Overview

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

Instance Method Summary collapse

Methods included from PageObject

#method_missing, #name_li, #name_link

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class PageObject

Instance Method Details

#saveObject

Clicks the Save button, then instantiates the EditAssessment page class.



475
476
477
478
# File 'lib/sakai-oae-test-api/cle_frame_classes.rb', line 475

def save
  frm.button(:name=>"modifyPartForm:_id89").click
  EditAssessment.new(@browser)
end