Class: ConfirmSubmission

Inherits:
AssessmentsBase show all
Defined in:
lib/sambal-cle/page_objects/assessments.rb

Overview

The confirmation page that appears when submitting an Assessment. The last step before actually submitting the the Assessment.

Instance Method Summary collapse

Methods inherited from AssessmentsBase

menu_bar_elements, pool_page_elements, question_page_elements

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#submit_for_gradingObject

Clicks the Submit for Grading button and instantiates the SubmissionSummary Class.



831
832
833
834
# File 'lib/sambal-cle/page_objects/assessments.rb', line 831

def submit_for_grading
  frm.button(:value=>"Submit for Grading").click
  SubmissionSummary.new(@browser)
end