- Timestamp:
- 19 Nov 2011, 18:09:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/students/tests.py
r7021 r7146 43 43 self.browser.open(self.payments_student_path + '/addop') 44 44 self.browser.getControl("Create ticket").click() 45 self.assertMatches('...This payment ticket already exists...', 46 self.browser.contents) 47 # Remove all payments so that we can add a school fee payment again 48 for payment in self.student['payments'].keys(): 49 del self.student['payments'][payment] 50 self.browser.open(self.payments_student_path + '/addop') 51 self.browser.getControl("Create ticket").click() 45 52 self.assertMatches('...ticket created...', 46 53 self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.