Method: AssignmentsPreviewMethods#post
- Defined in:
- lib/kuali-sakai-common-lib/assignments.rb
#post ⇒ Object
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.(:name=>"post").click AssignmentsList.new(@browser) end |