Ignore:
Timestamp:
25 Oct 2011, 19:42:31 (13 years ago)
Author:
Henrik Bettermann
Message:

Add clearance fee and to session configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/students/tests.py

    r6949 r6950  
    6060        self.browser.getControl(name="form.p_category").value = ['hostel_maintenance']
    6161        self.browser.getControl("Create ticket").click()
     62        self.browser.open(self.payments_student_path + '/addop')
     63        self.browser.getControl(name="form.p_category").value = ['clearance']
     64        self.browser.getControl("Create ticket").click()
    6265        self.certificate.study_mode = 'ug_pt'
    6366        self.browser.open(self.payments_student_path + '/addop')
Note: See TracChangeset for help on using the changeset viewer.