Changeset 11601 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 24 Apr 2014, 07:10:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py
r11600 r11601 507 507 self.browser.open(self.slip_path) 508 508 self.assertTrue( 509 'Please submit the application form before ' 510 'trying to download the application slip.' 509 'Please pay and submit before trying to download the application slip.' 511 510 in self.browser.contents) 512 511 # If applicant is in correct state the pdf slip can be opened. … … 1003 1002 self.browser.getLink("Download payment slip").click() 1004 1003 self.assertTrue( 1005 'Please pay and submitbefore trying to download payment slips.'1004 'Please submit the application form before trying to download payment slips.' 1006 1005 in self.browser.contents) 1007 1006 # ... unless form is submitted.
Note: See TracChangeset for help on using the changeset viewer.