- Timestamp:
- 3 Dec 2023, 11:29:17 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/applicants/tests/test_browser.py
r16721 r17652 36 36 37 37 layer = FunctionalLayer 38 39 def test_applicant_access(self): 40 # Applicants can edit their record 41 self.browser.open(self.login_path) 42 self.login() 43 self.assertTrue( 44 'You logged in as an applicant.' in self.browser.contents) 45 self.browser.open(self.edit_path) 46 return 38 47 39 48 class ApplicantExporterTest(ApplicantImportExportSetup):
Note: See TracChangeset for help on using the changeset viewer.