diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-09 22:16:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-10 06:49:01 +0200 |
commit | 6e7aaa954082acd432e8e02aee03e2c7d497c34b (patch) | |
tree | 6074b7b1874adec6ea3a47d1035b18bc0117a5d8 | |
parent | daf30c29be67b8b8fa361b0efd1a6cdbe087b6f8 (diff) |
Fix double word
Change-Id: I72a951275fc0e3ff16be6c2f4cefae7949dea9be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151594
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rwxr-xr-x | sc/qa/uitest/function_wizard/tdf104487.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/function_wizard/tdf104487.py b/sc/qa/uitest/function_wizard/tdf104487.py index 8b563bc5b372..13a219ea442f 100755 --- a/sc/qa/uitest/function_wizard/tdf104487.py +++ b/sc/qa/uitest/function_wizard/tdf104487.py @@ -12,7 +12,7 @@ from uitest.uihelper.common import get_state_as_dict, select_pos class tdf104487(UITestCase): def test_tdf104487_remember_function_category(self): with self.ui_test.create_doc_in_start_center("calc"): - # Open function dialog and select select a function category + # Open function dialog and select a function category with self.ui_test.execute_modeless_dialog_through_command(".uno:FunctionDialog") as xDialog: xCategory = xDialog.getChild("category") select_pos(xCategory, "3") |