- Timestamp:
- 26 Oct 2012, 17:17:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r9423 r9424 2053 2053 self.browser.getControl(name="form.p_category").value = ['hostel_maintenance'] 2054 2054 self.browser.getControl("Create ticket").click() 2055 self.assertMatches('...You have not yet booked a bed...',2055 self.assertMatches('...You have not yet booked accommodation...', 2056 2056 self.browser.contents) 2057 2057 # We continue this test in test_student_accommodation
Note: See TracChangeset for help on using the changeset viewer.