Changeset 11553 for main/waeup.uniben


Ignore:
Timestamp:
28 Mar 2014, 10:30:18 (10 years ago)
Author:
Henrik Bettermann
Message:

Add test for previous revision.

File:
1 edited

Legend:

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

    r11317 r11553  
    111111        self.browser.getControl("Login").click()
    112112        self.browser.open(self.edit_clearance_path)
    113 
     113        # UG students can't edit date_of_birth, nationality and lga
     114        self.assertFalse('form.date_of_birth' in self.browser.contents)
     115        self.assertFalse('form.nationality' in self.browser.contents)
     116        self.assertFalse('form.lga' in self.browser.contents)
    114117        # Clearance can only be requested if all required documents
    115118        # have been uploaded.
Note: See TracChangeset for help on using the changeset viewer.