~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/stories/standalone/subscribing.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-07 04:56:36 UTC
  • mfrom: (13165.1.1 cap-fix)
  • Revision ID: launchpad@pqm.canonical.com-20110607045636-2a94agkoggdayh7y
[r=wgrant][no-qa] Fix 'Update Subscription' on blueprint pages to be
 sentence case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    >>> 'subscriber-essential' in browser.contents
59
59
    True
60
60
 
61
 
Now the link should say "Edit Subscription" in the actions menu.
 
61
Now the link should say "Update subscription" in the actions menu.
62
62
 
63
 
    >>> submod_link = browser.getLink('Update Subscription')
 
63
    >>> submod_link = browser.getLink('Update subscription')
64
64
    >>> submod_link is not None
65
65
    True
66
66
 
102
102
spec. We load the subscription page, and now the button says
103
103
"Unsubscribe".
104
104
 
105
 
    >>> browser.getLink('Update Subscription').click()
 
105
    >>> browser.getLink('Update subscription').click()
106
106
    >>> unsubit = browser.getControl(name='unsubscribe')
107
107
    >>> unsubit.value
108
108
    'Unsubscribe'