Method: AssignmentsPreviewMethods#post

Defined in:
lib/kuali-sakai-common-lib/assignments.rb

#postObject

Clicks the Post button, then instantiates the AssignmentsList page class.



412
413
414
415
# File 'lib/kuali-sakai-common-lib/assignments.rb', line 412

def post
  frm.button(:name=>"post").click
  AssignmentsList.new(@browser)
end