sc/qa/uitest/chart/tdf134059.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4df3c48ea7603296b886fbc17e337b1d345d5d2f Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Feb 10 09:43:59 2021 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 11 18:11:35 2021 +0100 Fix typo Change-Id: Ic49c364a0133873e00863c2b4ea03e2e18cadc20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110667 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/qa/uitest/chart/tdf134059.py b/sc/qa/uitest/chart/tdf134059.py index b6aaf3ffd2d5..1869256e0c7b 100644 --- a/sc/qa/uitest/chart/tdf134059.py +++ b/sc/qa/uitest/chart/tdf134059.py @@ -46,7 +46,7 @@ class Tdf134059(UITestCase): self.assertSeriesNames(gridwin) - # Hidde row 10 + # Hide row 10 gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "A10"})) self.ui_test._xUITest.executeCommand(".uno:HideRow") _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
