~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-26 18:14:29 UTC
  • mfrom: (12919.1.1 bug-770267)
  • Revision ID: launchpad@pqm.canonical.com-20110426181429-ors4duvrseczi5gz
[r=benji][bug=770267] remove period from title

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
actions.
68
68
 
69
69
    >>> self_generated_control = browser.getControl(
70
 
    ...     "Send me bug notifications for changes I make.")
 
70
    ...     "Send me bug notifications for changes I make")
71
71
    >>> self_generated_control.selected
72
72
    False
73
73
    >>> self_generated_control.click()
84
84
    ...     "bug notifications").selected
85
85
    False
86
86
    >>> browser.getControl(
87
 
    ...     "Send me bug notifications for changes I make.").selected
 
87
    ...     "Send me bug notifications for changes I make").selected
88
88
    True