~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/stories/translationgroups/20-project-translationgroup.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-09-01 11:09:53 UTC
  • mfrom: (9269.2.5 set-translationgroup)
  • Revision ID: launchpad@pqm.canonical.com-20090901110953-4xy4o5gl23dp3vcl
[r=gmb][ui=rs][bug=422475] Port translation settings forms for
        project, product and distribution to 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
    >>> gnome_owner_browser.getLink('Settings').click()
17
17
    >>> print gnome_owner_browser.title
18
 
    Set translation group for The GNOME Project
 
18
    Set translation permissions for GNOME
19
19
 
20
20
Other users don't see the "Change translators" link and aren't allowed
21
21
to access the page it leads to.
45
45
    ...     'Translation group').displayValue = [
46
46
    ...         'The PolyGlot Translation Group']
47
47
    >>> gnome_owner_browser.getControl('Change').click()
48
 
    >>> print gnome_owner_browser.title
49
 
    Set translation group for The GNOME Project
50
 
 
51
 
    >>> for tag in find_tags_by_class(
52
 
    ...     gnome_owner_browser.contents, 'informational message'):
53
 
    ...     print tag.renderContents()
54
 
    Updated on ...
55
48
 
56
49
And make sure these changes are now reflected in the Gnome project page
57
50
in the relevant portlet.
58
51
 
59
 
    >>> gnome_owner_browser.getLink('Translations').click()
 
52
    >>> gnome_owner_browser.url
 
53
    'http://translations.launchpad.dev/gnome'
60
54
    >>> print gnome_owner_browser.title
61
55
    Translatable projects for The GNOME Project