~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/browser/tests/test_specificationtarget.py

[r=jcsackett][bug=707234][rollback=13521] Gets rid of the bad branch
        merged at 13251 that broke some pickers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
            None, content.find(True, id=target_widget.show_widget_id))
301
301
        text = str(content)
302
302
        picker_script = (
303
 
            "vocabulary_name: 'DistributionOrProductOrProjectGroup'")
 
303
            "Y.lp.app.picker.create('DistributionOrProductOrProjectGroup'")
304
304
        self.assertIn(picker_script, text)
305
305
        focus_script = "setFocusByName('field.search_text')"
306
306
        self.assertIn(focus_script, text)