sc/qa/uitest/calc_tests7/tdf31805.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fa50388b822b63e5140763dacabdf863f59854cc Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Aug 19 12:12:55 2019 +0200 Commit: Zdenek Crhonek <[email protected]> CommitDate: Tue Sep 3 16:00:11 2019 +0200 Fix typos Change-Id: I5e93f59ad4b21f6e28be3481940cae406be6ae2d Reviewed-on: https://gerrit.libreoffice.org/77631 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <[email protected]> diff --git a/sc/qa/uitest/calc_tests7/tdf31805.py b/sc/qa/uitest/calc_tests7/tdf31805.py index cb54784e31c4..76d30cf221df 100644 --- a/sc/qa/uitest/calc_tests7/tdf31805.py +++ b/sc/qa/uitest/calc_tests7/tdf31805.py @@ -27,7 +27,7 @@ class tdf31805(UITestCase): #2. click 'G1' #3. Menu 'edit -> Delete Cell - Delete entire Column' #expected: Column with cell containing "g" will be deleted, - # a merged cell range will remainlect row 1 + # a merged cell range will remain left row 1 gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "G1"})) self.assertEqual(get_cell_by_position(document, 0, 2, 4).getIsMerged(), True) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
