- Timestamp:
- 11 Jan 2021, 23:18:58 (4 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/interswitch/tests.py
r15427 r16365 60 60 self.assertMatches('...ticket created...', 61 61 self.browser.contents) 62 self.browser.open(self.payments_path) 62 63 ctrl = self.browser.getControl(name='val_id') 63 64 self.value = ctrl.options[0] -
main/waeup.fceokene/trunk/src/waeup/fceokene/students/tests/test_browser.py
r16011 r16365 103 103 self.assertMatches('...ticket created...', 104 104 self.browser.contents) 105 self.browser.open(self.payments_path) 105 106 ctrl = self.browser.getControl(name='val_id') 106 107 value = ctrl.options[0] … … 137 138 self.browser.open(self.payments_path + '/addop') 138 139 self.browser.getControl(name="form.p_category").value = ['third_semester'] 140 self.student['studycourse'].current_level = 300 139 141 self.browser.getControl("Create ticket").click() 140 142 self.assertMatches('...Make NCE 3 school fee payment first...', self.browser.contents) … … 429 431 self.browser.contents) 430 432 self.app['configuration']['2004'].payment_disabled = ['sf_nce1'] 433 self.browser.open(self.payments_path) 431 434 self.browser.getLink("Add current session payment ticket").click() 432 435 self.browser.getControl(name="form.p_category").value = ['schoolfee']
Note: See TracChangeset for help on using the changeset viewer.