~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/stories/person/xx-person-edit.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-27 22:49:34 UTC
  • mfrom: (12929.2.2 bug770387)
  • Revision ID: launchpad@pqm.canonical.com-20110427224934-440evv72d8mjtw7q
[r=benji][bug=770387] add a confirmation that we saved your personal
        details on the +edit page

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
    >>> browser.url
42
42
    'http://launchpad.dev/~rayjay'
 
43
    >>> ('The changes to your personal details have been saved.'
 
44
    ...  in browser.contents)
 
45
    True
43
46
 
44
47
Now we check to make sure the displayname was changed and stripped.
45
48