Module: SubmissionSummaryMethods
- Includes:
- PageObject
- Defined in:
- lib/kuali-sakai-common-lib/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.
Instance Method Details
#continue ⇒ Object
Clicks the Continue button and instantiates the TakeAssessmentList Class.
1057 1058 1059 1060 |
# File 'lib/kuali-sakai-common-lib/assessments.rb', line 1057 def continue frm.(:value=>"Continue").click TakeAssessmentList.new(@browser) end |