Changeset 4515 for waeup/branches/ulif-rewrite
- Timestamp:
- 1 Aug 2009, 09:53:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/browser.txt
r4514 r4515 329 329 >>> browser.url 330 330 'http://localhost/myuniversity/faculties/TF/TD/courses/COURSE1' 331 332 Before we really add a course we can cancel the action and will be 333 redirected to the department page: 334 335 >>> browser.open(dept_url + '/addcourse') 336 >>> browser.getControl('Cancel').click() 337 >>> browser.url 338 'http://localhost/myuniversity/faculties/TF/TD' 331 339 332 340
Note: See TracChangeset for help on using the changeset viewer.