Changeset 6949 for main/waeup.custom/trunk/src
- Timestamp:
- 25 Oct 2011, 19:30:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/students/tests.py
r6926 r6949 13 13 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') 14 14 self.browser.open(self.payments_student_path) 15 self.browser.getLink("Manage").click()16 15 self.browser.getControl("Add online payment ticket").click() 17 16 self.browser.getControl("Create ticket").click() … … 26 25 27 26 self.browser.open(self.payments_student_path) 28 self.browser.getLink("Manage").click()29 27 self.browser.getControl("Add online payment ticket").click() 30 28 self.browser.getControl("Create ticket").click()
Note: See TracChangeset for help on using the changeset viewer.