1
If someone views a bug task without logging in, they should see the task but
2
not be able to edit it.
4
>>> anon_browser.open('http://launchpad.dev/firefox/+bug/6/+viewstatus')
5
>>> print extract_text(find_main_content(anon_browser.contents))
8
To change this information, you must be logged in.
11
>>> anon_browser.open('http://launchpad.dev/evolution/+bug/7/+viewstatus')
12
>>> print extract_text(find_main_content(anon_browser.contents))
15
To change this information, you must be logged in.