~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/stories/sourcepackagerecipes/xx-recipe-listings.txt

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    >>> nopriv_browser.open(product_url)
87
87
    >>> nopriv_browser.getLink('View source package recipes').click()
88
88
    >>> print nopriv_browser.url
89
 
    http://launchpad.dev/product-name.../+recipes
 
89
    http://code.launchpad.dev/product-name.../+recipes
90
90
 
91
91
    >>> print_recipe_listing_head(nopriv_browser)
92
92
    Name
119
119
    >>> nopriv_browser.open(person_url)
120
120
    >>> nopriv_browser.getLink('View source package recipes').click()
121
121
    >>> print nopriv_browser.url
122
 
    http://launchpad.dev/~person-name.../+recipes
 
122
    http://code.launchpad.dev/~person-name.../+recipes
123
123
 
124
124
The "Owner" section should be missing.
125
125