Class: SubmissionSummary
- Inherits:
-
AssessmentsBase
- Object
- PageMaker
- BasePage
- AssessmentsBase
- SubmissionSummary
- Defined in:
- lib/sakai-cle-test-api/page_objects/assessments.rb
Overview
The summary page that appears when an Assessment has been submitted.
Instance Method Summary collapse
-
#continue ⇒ Object
Clicks the Continue button and instantiates the TakeAssessmentList Class.
Methods inherited from AssessmentsBase
menu_bar_elements, pool_page_elements, question_page_elements
Methods inherited from BasePage
basic_page_elements, frame_element
Methods inherited from PageMaker
element, expected_element, expected_title, #initialize, #method_missing, page_url
Constructor Details
This class inherits a constructor from PageMaker
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PageMaker
Instance Method Details
#continue ⇒ Object
Clicks the Continue button and instantiates the TakeAssessmentList Class.
867 868 869 870 |
# File 'lib/sakai-cle-test-api/page_objects/assessments.rb', line 867 def continue frm.(:value=>"Continue").click TakeAssessmentList.new(@browser) end |