summaryrefslogtreecommitdiff
path: root/tests/autopilot
diff options
authorBrandon Schaefer <brandontschaefer@gmail.com>2015-04-10 21:58:50 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-04-10 21:58:50 +0000
commit717614e0c9f8ad120ffda57fe373fd1878067948 (patch)
tree9971b37575c724f38ba0eea01ac5219151aca285 /tests/autopilot
parent65413ca957fd0e0c6ba647e07d46a65c1a6d30ec (diff)
parent2ce0db2daaf92a35e737362025620b87278ae819 (diff)
When we get a launcher key press (ie. super key). We check if the command lens is open. If it is then just switch the lens to the home lens. This way we dont close the dash. Fixes: #1108956
Approved by: Stephen M. Webb, Christopher Townsend, PS Jenkins bot (bzr r3949)
Diffstat (limited to 'tests/autopilot')
-rw-r--r--tests/autopilot/unity/emulators/dash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/emulators/dash.py b/tests/autopilot/unity/emulators/dash.py
index 11ab4dd5a..58ba69790 100644
--- a/tests/autopilot/unity/emulators/dash.py
+++ b/tests/autopilot/unity/emulators/dash.py
@@ -70,7 +70,7 @@ class DashController(UnityIntrospectionObject, KeybindingsHelper):
Ensures the dash is hidden.
"""
if self.visible:
- self.toggle_reveal()
+ self.hide_dash_via_dbus()
self.visible.wait_for(False)
@property