~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/test_bugs.py

[rs=buildbot-poller] automatic merge from stable. Revisions: 13260
        included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
            None, content.find(True, id=target_widget.show_widget_id))
88
88
        text = str(content)
89
89
        picker_script = (
90
 
            "vocabulary_name: 'DistributionOrProductOrProjectGroup'")
 
90
            "Y.lp.app.picker.create('DistributionOrProductOrProjectGroup'")
91
91
        self.assertIn(picker_script, text)
92
92
        focus_script = "setFocusByName('field.searchtext')"
93
93
        self.assertIn(focus_script, text)