- Timestamp:
- 7 Jun 2016, 20:35:15 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/tests.py
r13785 r13887 472 472 configuration = CustomSessionConfiguration() 473 473 configuration.academic_session = datetime.now().year - 2 474 self.applicantscontainer.application_fee = 1000.0 474 475 self.app['configuration'].addSessionConfiguration(configuration) 475 476 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 476 477 self.browser.open(self.manage_path) 477 478 #IWorkflowState(self.student).setState('started') 478 self.applicantscontainer.application_fee = 1000.0479 479 super(InterswitchTestsApplicants, self).fill_correct_values() 480 480 self.browser.getControl("Add online").click()
Note: See TracChangeset for help on using the changeset viewer.