Changeset 4515 for waeup/branches


Ignore:
Timestamp:
1 Aug 2009, 09:53:42 (15 years ago)
Author:
uli
Message:

Add test for cancelling course add action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/browser.txt

    r4514 r4515  
    329329  >>> browser.url
    330330  'http://localhost/myuniversity/faculties/TF/TD/courses/COURSE1'
     331
     332Before we really add a course we can cancel the action and will be
     333redirected 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'
    331339
    332340
Note: See TracChangeset for help on using the changeset viewer.