Method: AssignmentStudentPreviewMethods#save_draft
- Defined in:
- lib/kuali-sakai-common-lib/assignments.rb
#save_draft ⇒ Object
Clicks the Save Draft button, then instantiates the SubmissionConfirmation page class.
622 623 624 625 |
# File 'lib/kuali-sakai-common-lib/assignments.rb', line 622 def save_draft frm.(:value=>"Save Draft").click SubmissionConfirmation.new(@browser) end |