sc/qa/uitest/pasteSpecial/tdf86253.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4be515e8acf3259a93c712f4ab7cecc82435febc Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 16 00:20:48 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 16 10:38:54 2024 +0200 Fix typo Change-Id: Iacc615bf1998f224562f8f8ac08c0ea6911c80a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171937 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sc/qa/uitest/pasteSpecial/tdf86253.py b/sc/qa/uitest/pasteSpecial/tdf86253.py index c405a24ccdfe..fa39f3bfebfe 100644 --- a/sc/qa/uitest/pasteSpecial/tdf86253.py +++ b/sc/qa/uitest/pasteSpecial/tdf86253.py @@ -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 Cell value >= 0")