Ignore:
Timestamp:
9 May 2015, 17:15:03 (10 years ago)
Author:
Henrik Bettermann
Message:

Use the term 'officer' instead of 'user'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/browser.txt

    r12912 r12919  
    179179We can add officers:
    180180
    181   >>> browser.getLink("Add user").click()
     181  >>> browser.getLink("Add officer").click()
    182182  >>> browser.getControl(name="form.name").value = 'bob'
    183183  >>> browser.getControl(name="form.title").value = 'Bob The User'
     
    188188  >>> browser.getControl(name="form.phone.area").value = '123'
    189189  >>> browser.getControl(name="form.phone.ext").value = '45678'
    190   >>> browser.getControl("Add user").click()
     190  >>> browser.getControl("Add officer").click()
    191191  >>> print browser.contents
    192192  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
     
    226226  >>> browser.getControl(name="form.phone.area").value = '123'
    227227  >>> browser.getControl(name="form.phone.ext").value = '45678'
    228   >>> browser.getControl("Add user").click()
     228  >>> browser.getControl("Add officer").click()
    229229  >>> 'The userid chosen already exists' in browser.contents
    230230  True
Note: See TracChangeset for help on using the changeset viewer.