diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-04-21 10:41:26 +0200 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2020-04-21 15:31:07 +0200 |
commit | c65d94abaf15e8b9b1054bf1850188d683459805 (patch) | |
tree | fd47d29d6ba2c30265d8fd6738fa6f4e5ba38b90 /sc/qa/uitest/calc_dialogs | |
parent | b98eec284718e91d85cb0f4003e1fac7869e2185 (diff) |
uitest: remove unneeded time.sleep
Change-Id: I618a17fb8347d1f935caaef54738299863ddbb49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92612
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/uitest/calc_dialogs')
-rw-r--r-- | sc/qa/uitest/calc_dialogs/openDialogs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_dialogs/openDialogs.py b/sc/qa/uitest/calc_dialogs/openDialogs.py index db37d38bc918..a3bb7fb249bf 100644 --- a/sc/qa/uitest/calc_dialogs/openDialogs.py +++ b/sc/qa/uitest/calc_dialogs/openDialogs.py @@ -36,7 +36,8 @@ dialogs = [ {"command": ".uno:FontworkGalleryFloater", "closeButton": "cancel"}, # {"command": ".uno:HyperlinkDialog", "closeButton": "ok"}, # dialog opens but is not recognised by execute_dialog_through_command - {"command": ".uno:InsertSymbol", "closeButton": "cancel"}, + #{"command": ".uno:InsertSymbol", "closeButton": "cancel"}, + # Tested in uitest/demo_ui/char_dialog.py {"command": ".uno:EditHeaderAndFooter", "closeButton": "cancel"}, # {"command": ".uno:InsertSignatureLine", "closeButton": "cancel"}, # tested in sc/qa/uitest/signatureLine/insertSignatureLine.py |