diff options
| author | Brandon Schaefer <brandontschaefer@gmail.com> | 2015-04-10 21:58:50 +0000 | 
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-04-10 21:58:50 +0000 | 
| commit | 717614e0c9f8ad120ffda57fe373fd1878067948 (patch) | |
| tree | 9971b37575c724f38ba0eea01ac5219151aca285 /tests/autopilot | |
| parent | 65413ca957fd0e0c6ba647e07d46a65c1a6d30ec (diff) | |
| parent | 2ce0db2daaf92a35e737362025620b87278ae819 (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.py | 2 | 
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  | 
