Ignore:
Timestamp:
21 Jun 2015, 11:47:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Allow students to edit parent_email.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/tests/test_browser.py

    r13063 r13085  
    195195        open(path, 'wb').write(self.browser.contents)
    196196        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)
    197200
    198201    def test_manage_payments(self):
Note: See TracChangeset for help on using the changeset viewer.