~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/bug-release-management/xx-bug-release-management.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 13:33:27 UTC
  • mfrom: (14575.1.1 megalint-10)
  • Revision ID: launchpad@pqm.canonical.com-20111222133327-9fjii9zqltlhmfyy
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
The approve/decline links and buttons aren't visible to unprivileged users.
5
5
 
6
 
    >>> no_priv_browser = setupBrowser(auth="Basic no-priv@canonical.com:test")
 
6
    >>> no_priv_browser = setupBrowser(
 
7
    ...     auth="Basic no-priv@canonical.com:test")
7
8
    >>> no_priv_browser.open("http://launchpad.dev/bugs/1")
8
9
    >>> no_priv_browser.getLink(
9
10
    ...     url="http://launchpad.dev/firefox/+bug/1/nominations/"
243
244
    >>> admin_browser.getControl('Bug Supervisor').value = 'no-priv'
244
245
    >>> admin_browser.getControl('Change').click()
245
246
 
246
 
    >>> print extract_text(find_tag_by_id(admin_browser.contents, 'bug-supervisor'))
 
247
    >>> print extract_text(
 
248
    ...     find_tag_by_id(admin_browser.contents, 'bug-supervisor'))
247
249
    Bug supervisor:
248
250
    No Privileges Person
249
251