- Timestamp:
- 4 May 2016, 07:14:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/tests/test_browser.py
r13781 r13856 361 361 # Assign BursaryOfficer role 362 362 prmglobal.assignRoleToPrincipal('waeup.BursaryOfficer', 'mrbursary') 363 # and FinancialClearanceOfficer role 364 prmglobal.assignRoleToPrincipal( 365 'waeup.FinancialClearanceOfficer', 'mrbursary') 363 366 # Login 364 367 self.browser.open(self.login_path) … … 373 376 # BO can view student record 374 377 self.browser.open(self.student_path) 375 prmglobal.assignRoleToPrincipal('waeup.BursaryOfficer', 'mrbursary')376 self.browser.open(self.student_path)377 378 # BO can see clearance button ... 378 379 self.assertTrue( … … 420 421 self.browser.contents) 421 422 422 def test_ bursary_pdf_slip(self):423 def test_fiancial_clearance_pdf_slip(self): 423 424 payment1 = createObject(u'waeup.StudentOnlinePayment') 424 425 timestamp = ("%d" % int(time()*10000))[1:]
Note: See TracChangeset for help on using the changeset viewer.