sw/qa/uitest/writer_tests/trackedChanges.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 364c8676f773085031bf454b810280ecbaf12b6a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 9 13:23:20 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jun 9 18:00:44 2023 +0200

    Fix typo in code
    
    Change-Id: I98cd2b8c8a05f293dd85fbdd8828bc9e67aff2fd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152786
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/uitest/writer_tests/trackedChanges.py 
b/sw/qa/uitest/writer_tests/trackedChanges.py
index 7e780ef61730..79bcaf1d3c66 100644
--- a/sw/qa/uitest/writer_tests/trackedChanges.py
+++ b/sw/qa/uitest/writer_tests/trackedChanges.py
@@ -503,7 +503,7 @@ class trackedchanges(UITestCase):
                     # of the text "inserts": "Document text inserts 
document"...
                     
self.assertTrue(document.getText().getString().startswith('Document text 
document text'))
 
-    def test_tdf155342_tracked_table_colums(self):
+    def test_tdf155342_tracked_table_columns(self):
         with 
self.ui_test.load_file(get_url_for_data_file("TC-table-del-add.docx")) as 
document:
 
             # accept all changes and insert new columns with change tracking

Reply via email to