sw/qa/uitest/writer_tests7/tdf137802.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dfa2365dd8060cb5611a5c43830c3a8bc3af79a6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Jun 9 08:11:55 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jun 10 07:06:08 2022 +0200 Fix typo Change-Id: Id11f0afe9aa32373837289b8bc7fa1b36112a28a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135521 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/uitest/writer_tests7/tdf137802.py b/sw/qa/uitest/writer_tests7/tdf137802.py index 2c378664bcfd..8616e52553a5 100644 --- a/sw/qa/uitest/writer_tests7/tdf137802.py +++ b/sw/qa/uitest/writer_tests7/tdf137802.py @@ -51,7 +51,7 @@ class tdf137802(UITestCase): # Delete the second paragraph. Shape 2 is anchored to this paragraph # so it should be deleted - # tdf#137587 fly is no longer deleted by backspace so explictly select + # tdf#137587 fly is no longer deleted by backspace so explicitly select xWriterEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "SHIFT+LEFT"})) xWriterEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "BACKSPACE"}))