Change-Id: Iacc615bf1998f224562f8f8ac08c0ea6911c80a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171937
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini 2024-08-16 00:20:48 +02:00 committed by Julien Nabet
parent edefc201d0
commit 4be515e8ac

View file

@ -44,7 +44,7 @@ class tdf86253(UITestCase):
# check that we have exactly 1 conditional format and range is C1:C17
xList = xCondFormatMgr.getChild("CONTAINER")
list_state = get_state_as_dict(xList)
self.assertEqual(list_state['Children'], '2') # We can now display both condition seprate on same range
self.assertEqual(list_state['Children'], '2') # We can now display both condition separate on same range
xTreeEntry = xList.getChild('0')
self.assertEqual(get_state_as_dict(xTreeEntry)["Text"], "A1:A6,C1:C17\tCell value >= 0")