Class: ConfirmSubmission

Inherits:
Object
  • Object
show all
Includes:
PageObject
Defined in:
lib/sakai-oae-test-api/cle_frame_classes.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 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

#submit_for_gradingObject

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



1096
1097
1098
1099
# File 'lib/sakai-oae-test-api/cle_frame_classes.rb', line 1096

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