summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/autofilter2/tdf97340.py
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-19 11:38:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-23 17:36:13 +0100
commit2acdb3e617658ca19de26e8928e42b4955622feb (patch)
treef543f678b1b72a7a9cff80b5dbed301cd21fbbaf /sc/qa/uitest/autofilter2/tdf97340.py
parentf5137ed5453661d21e85ecb94a08cfccae899ca1 (diff)
tdf#139460 improve autofilter sub-menu interaction under gtk
so the submenu pops down when the mouse moves back into its parent. This removes layer of InterimItemWindow and for gtk (under wayland) the autofilter and its submenu can use native GtkPopovers Change-Id: I4c8c3d2087566f508d75eda72e272d9f7fba2f00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125428 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/qa/uitest/autofilter2/tdf97340.py')
-rw-r--r--sc/qa/uitest/autofilter2/tdf97340.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/autofilter2/tdf97340.py b/sc/qa/uitest/autofilter2/tdf97340.py
index d7e7f0c2afa3..922dd809d98d 100644
--- a/sc/qa/uitest/autofilter2/tdf97340.py
+++ b/sc/qa/uitest/autofilter2/tdf97340.py
@@ -19,7 +19,7 @@ class tdf97340(UITestCase):
gridwin.executeAction("LAUNCH", mkPropertyValues({"AUTOFILTER": "", "COL": "0", "ROW": "0"}))
xFloatWindow = self.xUITest.getFloatWindow()
- xCheckListMenu = xFloatWindow.getChild("check_list_menu")
+ xCheckListMenu = xFloatWindow.getChild("FilterDropDown")
xTreeList = xCheckListMenu.getChild("check_tree_box")
self.assertEqual(2, len(xTreeList.getChildren()))
self.assertEqual("2016", get_state_as_dict(xTreeList.getChild('0'))['Text'])