Changeset 4710


Ignore:
Timestamp:
7 Jan 2010, 22:43:08 (15 years ago)
Author:
uli
Message:

Fix tests.

File:
1 edited

Legend:

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

    r4681 r4710  
    113113  >>> print browser.contents
    114114  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
    115   ...Name of Faculty...
    116   ...TestFac...
    117   ...
    118 
     115  ...<h2>Faculty of TestFac (TF)</h2>...
     116  ...
    119117
    120118Modifying faculties
     
    126124
    127125We can change the settings for a faculty by clicking on the
    128 provided 'settings' link:
    129 
    130   >>> browser.getLink('Settings').click()
     126provided 'Edit  settings' button:
     127
     128  >>> browser.getLink('Edit settings').click()
    131129
    132130Let's set a new title and save the form:
     
    146144changed:
    147145
    148   >>> browser.getLink('Settings').click()
     146  >>> browser.getLink('Edit settings').click()
    149147  >>> browser.getControl(name='form.title').value = "Blah"
    150148  >>> browser.getControl('Cancel').click()
Note: See TracChangeset for help on using the changeset viewer.