Ignore:
Timestamp:
30 Jan 2015, 11:24:26 (10 years ago)
Author:
Henrik Bettermann
Message:

Replace 'Portal Users' by 'Officers' because also customers are portal users.

File:
1 edited

Legend:

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

    r12328 r12525  
    150150
    151151
    152 Portal Users
    153 ============
    154 
    155   >>> browser.open('http://localhost/mycompany')
    156   >>> browser.getLink('Portal Users').click()
    157   >>> print browser.contents
    158   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
    159   ...Portal Users...
     152Officers
     153========
     154
     155  >>> browser.open('http://localhost/mycompany')
     156  >>> browser.getLink('Officers').click()
     157  >>> print browser.contents
     158  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
     159  ...Officers...
    160160  ...
    161161
Note: See TracChangeset for help on using the changeset viewer.