Ignore:
Timestamp:
26 Oct 2015, 14:35:35 (9 years ago)
Author:
Henrik Bettermann
Message:

Tell the student which data are missing.

File:
1 edited

Legend:

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

    r13345 r13349  
    24132413        # Uups, we forgot to fill the phone fields
    24142414        self.browser.getControl("Start clearance").click()
    2415         self.assertMatches('...Not all required fields filled...',
     2415        self.assertMatches('...Phone number is missing...',
    24162416                           self.browser.contents)
    24172417        self.browser.open(self.student_path + '/edit_base')
Note: See TracChangeset for help on using the changeset viewer.