- Timestamp:
- 24 Sep 2013, 12:51:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_applicantcopier.py
r9900 r10647 122 122 self.browser.getControl(name="searchtype").value = ['depcode'] 123 123 self.browser.getControl(name="searchterm").value = 'dep1' 124 self.browser.getControl(" Search").click()124 self.browser.getControl("Find student(s)").click() 125 125 self.assertMatches('...John Anthony Tester...', self.browser.contents) 126 126 # Has the student studycourse the correct attributes?
Note: See TracChangeset for help on using the changeset viewer.