summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-08-17 23:37:08 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-08-26 10:42:28 +0200
commitdbe125fce5d226641bf84ac3be12ea88c41f6d91 (patch)
tree8daa0f72207747c9f7f6fd96d2b31da8d4c4a326 /uitest
parentae975b3ddab520906ead4314cef1752be999ad6f (diff)
tdf#150489: Drop Elements docking window
and make uno:ElementsDockingWindow open the respective sidebar panel. Change-Id: I9736d6804c579b83404636d5e327c49c2fdeb914 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138458 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/math_tests/start.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/math_tests/start.py b/uitest/math_tests/start.py
index fc298fc6eb0d..962d74e686f4 100644
--- a/uitest/math_tests/start.py
+++ b/uitest/math_tests/start.py
@@ -48,7 +48,7 @@ class SimpleMathTest(UITestCase):
xMathDoc = self.xUITest.getTopFocusWindow()
- xList = xMathDoc.getChild("listbox")
+ xList = xMathDoc.getChild("categorylist")
state = get_state_as_dict(xList)
self.assertEqual(state["SelectEntryText"], "Unary/Binary Operators")
select_pos(xList, "1")