Ignore:
Timestamp:
15 May 2009, 12:54:45 (15 years ago)
Author:
uli
Message:

Update tests.

File:
1 edited

Legend:

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

    r4054 r4134  
    8282We fill in a new name for our new faculty::
    8383
    84   >>> ctrl = browser.getControl(name='form.name')
     84  >>> ctrl = browser.getControl(name='form.title')
    8585  >>> ctrl.value = 'TestFac'
     86
     87Furthermore we add a prefix and a code (kind of abbreviation):
     88
     89  >>> browser.getControl(name='form.code').value = 'TF'
    8690
    8791Finally we click on 'Add Faculty' to add the new thing::
Note: See TracChangeset for help on using the changeset viewer.