summaryrefslogtreecommitdiff
diff options
-rw-r--r--tests/autopilot/unity/tests/test_dash.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autopilot/unity/tests/test_dash.py b/tests/autopilot/unity/tests/test_dash.py
index e061a6e91..9f2c55f13 100644
--- a/tests/autopilot/unity/tests/test_dash.py
+++ b/tests/autopilot/unity/tests/test_dash.py
@@ -664,10 +664,10 @@ class CategoryHeaderTests(DashTestCase):
"""Clicking into a category highlight must expand/collapse
the view.
"""
- lens = self.dash.reveal_file_lens()
+ lens = self.dash.reveal_application_lens()
self.addCleanup(self.dash.ensure_hidden)
- category = lens.get_category_by_name(_("Folders"))
+ category = lens.get_category_by_name(_("Installed"))
is_expanded = category.is_expanded
self.mouse.move(self.dash.view.x + self.dash.view.width / 2,