Class: SubmissionSummary

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

Overview

The summary page that appears when an Assessment has been submitted.

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

#continueObject

Clicks the Continue button and instantiates the TakeAssessmentList Class.



1110
1111
1112
1113
# File 'lib/sakai-oae-test-api/cle_frame_classes.rb', line 1110

def continue
  frm.button(:value=>"Continue").click
  TakeAssessmentList.new(@browser)
end