summaryrefslogtreecommitdiff
path: root/tests
diff options
authorChristopher Lee <chris.lee@canonical.com>2012-07-12 12:09:23 +1200
committerChristopher Lee <chris.lee@canonical.com>2012-07-12 12:09:23 +1200
commit1ac4b147b06f56968effc55bdf3e2ad375074594 (patch)
treec04457b48efa54fabec6efbad35b12d253528d23 /tests
parentfcc1fa8f5d6694bf31e1711ff75e8f2af8f62d58 (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.py2
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)