Changeset 17176 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 25 Nov 2022, 11:54:59 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r16834 r17176 1416 1416 self.app['hostels'].accommodation_session = 2011 1417 1417 self.browser.getControl("Create ticket").click() 1418 self.assertMatches('...Your current session does not match...',1418 self.assertMatches('...Your current session does not allow...', 1419 1419 self.browser.contents) 1420 1420 self.app['hostels'].accommodation_session = 2004 … … 1439 1439 self.student['studycourse'].current_session = 2003 1440 1440 self.browser.getControl("Book accommodation").click() 1441 self.assertMatches('...Your current session does not match...', 1442 self.browser.contents) 1441 self.assertMatches( 1442 '...Your current session does not allow to book accommodation...', 1443 self.browser.contents) 1443 1444 self.student['studycourse'].current_session = 2004 1444 1445 # All requirements are met and ticket can be created
Note: See TracChangeset for help on using the changeset viewer.