diff options
| author | Christopher Lee <chris.lee@canonical.com> | 2012-07-12 12:09:23 +1200 |
|---|---|---|
| committer | Christopher Lee <chris.lee@canonical.com> | 2012-07-12 12:09:23 +1200 |
| commit | 1ac4b147b06f56968effc55bdf3e2ad375074594 (patch) | |
| tree | c04457b48efa54fabec6efbad35b12d253528d23 /tests | |
| parent | fcc1fa8f5d6694bf31e1711ff75e8f2af8f62d58 (diff) | |
Oops, was a little hasty in removing the 'dead' code' replaced.
(bzr r2490.2.8)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autopilot/unity/tests/test_quicklist.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/autopilot/unity/tests/test_quicklist.py b/tests/autopilot/unity/tests/test_quicklist.py index 41ffe09ad..d9cfe6647 100644 --- a/tests/autopilot/unity/tests/test_quicklist.py +++ b/tests/autopilot/unity/tests/test_quicklist.py @@ -138,6 +138,7 @@ class QuicklistActionTests(UnityTestCase): calc = self.start_app("Calculator") calc_icon = self.launcher.model.get_icon(desktop_id=calc.desktop_file) + self.open_quicklist_for_icon(calc_icon) self.hud.ensure_visible() self.addCleanup(self.hud.ensure_hidden) @@ -148,6 +149,7 @@ class QuicklistActionTests(UnityTestCase): calc = self.start_app("Calculator") calc_icon = self.launcher.model.get_icon(desktop_id=calc.desktop_file) + self.open_quicklist_for_icon(calc_icon) self.dash.ensure_visible() self.addCleanup(self.dash.ensure_hidden) |
