Changeset 17296 for main/kofacustom.nigeria/trunk/src
- Timestamp:
- 16 Jan 2023, 20:41:05 (22 months ago)
- Location:
- main/kofacustom.nigeria/trunk/src/kofacustom/nigeria
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/applicants/tests/test_browser.py
r15489 r17296 356 356 self.browser.getControl("Login").click() 357 357 self.assertTrue( 358 'You logged in .' in self.browser.contents)358 'You logged in as an applicant.' in self.browser.contents) 359 359 self.browser.getLink("Edit application record").click() 360 360 self.browser.getControl(name="form.date_of_birth").value = '09/09/1988' -
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/ftesting.zcml
r17242 r17296 1 1 <configure 2 2 xmlns="http://namespaces.zope.org/zope" 3 xmlns:browser="http://namespaces.zope.org/browser" 3 4 xmlns:kofa="http://namespaces.waeup.org/kofa" 4 5 xmlns:kofacustomng="http://namespaces.waeup.org/kofacustomng" … … 94 95 /> 95 96 97 98 <!-- session --> 99 <browser:beakerSession 100 key="waeup.kofa.session.id" 101 secret="KofaRocks" 102 timeout="3600" 103 type="cookie" 104 validate_key="thisMightBeChanged" 105 /> 106 96 107 </configure>
Note: See TracChangeset for help on using the changeset viewer.