Changeset 13349 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 26 Oct 2015, 14:35:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r13345 r13349 2413 2413 # Uups, we forgot to fill the phone fields 2414 2414 self.browser.getControl("Start clearance").click() 2415 self.assertMatches('... Not all required fields filled...',2415 self.assertMatches('...Phone number is missing...', 2416 2416 self.browser.contents) 2417 2417 self.browser.open(self.student_path + '/edit_base')
Note: See TracChangeset for help on using the changeset viewer.