Changeset 13374 for main/waeup.aaue/trunk/src/waeup/aaue/etranzact
- Timestamp:
- 1 Nov 2015, 14:11:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/etranzact/tests.py
r12975 r13374 52 52 # Managers can add online payment tickets 53 53 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 54 self. app['configuration']['2004'].school_fee_1 = 1234.054 self.student['studycourse'].certificate.school_fee_1 = 1234.0 55 55 self.browser.open(self.payments_path) 56 56 IWorkflowState(self.student).setState('cleared') 57 self.student.nationality = u'NG' 57 58 self.browser.open(self.payments_path + '/addop') 58 59 self.browser.getControl(name="form.p_category").value = ['clearance']
Note: See TracChangeset for help on using the changeset viewer.