summaryrefslogtreecommitdiff
path: root/tests
diff options
authorStephen M. Webb <stephen.webb@canonical.com>2015-03-24 18:53:26 -0400
committerStephen M. Webb <stephen.webb@canonical.com>2015-03-24 18:53:26 -0400
commit630b13d9e40431110883605f284f29ffe4e71986 (patch)
tree775691bc838865639c6ea4bb4ec55f65b3fd6b80 /tests
parentdddcdb996f09ea4c5b072df9d453d92d7fef28e9 (diff)
AP tests: updated panel title expectd during keynav tests
Fixes LP: #1435830 (bzr r3929.9.1)
Diffstat (limited to 'tests')
-rw-r--r--tests/autopilot/unity/tests/launcher/test_keynav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/launcher/test_keynav.py b/tests/autopilot/unity/tests/launcher/test_keynav.py
index fabc3f849..c678a5ed6 100644
--- a/tests/autopilot/unity/tests/launcher/test_keynav.py
+++ b/tests/autopilot/unity/tests/launcher/test_keynav.py
@@ -244,4 +244,4 @@ class LauncherKeyNavTests(LauncherTestCase):
"""The panel title must change when in key nav mode."""
self.start_keynav_with_cleanup_cancel()
- self.assertThat(self.unity.panels.get_active_panel().title, Eventually(Equals("Search your computer and online sources")))
+ self.assertThat(self.unity.panels.get_active_panel().title, Eventually(Equals("")))