Changeset 13085 for main/waeup.uniben/trunk/src/waeup/uniben/students/tests
- Timestamp:
- 21 Jun 2015, 11:47:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py
r13063 r13085 195 195 open(path, 'wb').write(self.browser.contents) 196 196 print "Sample PDF clearance_invitation_slip.pdf written to %s" % path 197 # Students can open the personal edit page and see the parent_email field. 198 self.browser.open(self.student_path + '/edit_personal') 199 self.assertTrue('parent_email' in self.browser.contents) 197 200 198 201 def test_manage_payments(self):
Note: See TracChangeset for help on using the changeset viewer.