Changeset 10902 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 13 Jan 2014, 11:06:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py
r10836 r10902 82 82 self.certificate.study_mode = 'pg_ft' 83 83 self.browser.open(self.clearance_path) 84 # ... and additional pg clearance fields appear 84 # ... and additional pg clearance fields appears 85 85 self.assertMatches('...Second Higher Education Record...', 86 86 self.browser.contents) … … 245 245 self.browser.contents) 246 246 self.browser.open(self.payments_path + '/addop') 247 self.browser.getControl(name="form.p_category").value = ['clearance'] 248 self.browser.getControl("Create ticket").click() 249 self.assertMatches('...ticket created...', 250 self.browser.contents) 247 # We can't test clearance payment ticket creation at the moment, 248 # since Uniben decided to deactivate clearance for ug students. 249 #self.browser.getControl(name="form.p_category").value = ['clearance'] 250 #self.browser.getControl("Create ticket").click() 251 #self.assertMatches('...ticket created...', 252 # self.browser.contents) 251 253 self.browser.open(self.payments_path + '/addop') 252 254 self.browser.getControl(name="form.p_category").value = ['schoolfee']
Note: See TracChangeset for help on using the changeset viewer.