summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-05-06 14:06:00 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-05-06 15:56:08 +0200
commit4834cd392a93f14e9fb5c83accc5f416384841cf (patch)
tree90b1966414be81e9bbccca4478839ae7378a2f67 /sw
parent3a45029a6bd049006a896a789c7ad45eedfdb924 (diff)
uitest: fix typo
Change-Id: I1cd8d50a5d4dce0dcb436d218af5de0ed8f05f3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133935 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/uitest/writer_tests5/tdf123446.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests5/tdf123446.py b/sw/qa/uitest/writer_tests5/tdf123446.py
index 5989adb0f435..53f8208f8334 100644
--- a/sw/qa/uitest/writer_tests5/tdf123446.py
+++ b/sw/qa/uitest/writer_tests5/tdf123446.py
@@ -13,7 +13,7 @@ from uitest.uihelper.common import type_text
class tdf123446(UITestCase):
- def test_tsd123446_undo_redo_ToC_crash(self):
+ def test_tdf123446_undo_redo_ToC_crash(self):
with self.ui_test.create_doc_in_start_center("writer") as document:
xWriterDoc = self.xUITest.getTopFocusWindow()
xWriterEdit = xWriterDoc.getChild("writer_edit")