~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/stories/branches/xx-branch-merge-proposals.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-09-09 02:18:01 UTC
  • mfrom: (9327.2.8 resubmit-link)
  • Revision ID: launchpad@pqm.canonical.com-20090909021801-b39wcqguz7acca8a
[r=bac][ui=rockstar,
        sinzui] Make resubmit an action that re-requests reviews

Show diffs side-by-side

added added

removed removed

Lines of Context:
419
419
    ...     'http://code.launchpad.dev/~name12/gnome-terminal/scanned/+merges')
420
420
    >>> sample_browser.getLink('view proposal details').click()
421
421
    >>> orig_url = sample_browser.url
422
 
    >>> sample_browser.getLink('Change status').click()
423
 
    >>> sample_browser.getControl(name='field.queue_status').displayValue = (
424
 
    ...     ['Resubmit'])
425
 
 
426
 
    >>> sample_browser.getControl('Change Status').click()
 
422
    >>> sample_browser.getLink('Resubmit proposal').click()
427
423
 
428
424
This takes the user to the resubmission page.
429
425
 
474
470
    >>> print_options(sample_browser.getControl(name='field.queue_status'))
475
471
    REJECTED
476
472
    MERGED
477
 
    SUPERSEDED
478
473
 
479
474
If we make the superseding proposal inactive, we can set the original back to
480
475
work-in-progress.
498
493
    CODE_APPROVED
499
494
    REJECTED
500
495
    MERGED
501
 
    SUPERSEDED
502
496
 
503
497
Merged proposals can be reset to other values, because they may have been
504
498
marked merged by mistake, in the UI.
516
510
    CODE_APPROVED
517
511
    REJECTED
518
512
    MERGED
519
 
    SUPERSEDED
520
513
 
521
514
 
522
515
== Default target branches ==