From 911453e01a9e8c03ae79a429f95b6e539d5392ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 18 Feb 2015 01:49:47 +0100 Subject: Autopilot, panel: add focused property It actually reflects the menu view area (bzr r3899.2.74) --- tests/autopilot/unity/emulators/panel.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/autopilot/unity/emulators/panel.py b/tests/autopilot/unity/emulators/panel.py index cff2e51eb..5c196f6ca 100644 --- a/tests/autopilot/unity/emulators/panel.py +++ b/tests/autopilot/unity/emulators/panel.py @@ -158,6 +158,10 @@ class UnityPanel(UnityIntrospectionObject, KeybindingsHelper): def title(self): return self.menus.panel_title + @property + def focused(self): + return self.menus.focused + @property def desktop_is_active(self): return self.menus.desktop_active -- cgit v1.2.3