sw/qa/uitest/writer_dialogs/openDialogs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 923b75d9cae657a6bf18851c6105513ddab5e95d Author: Andreas Heinisch <andreas.heini...@yahoo.de> AuthorDate: Mon Oct 17 09:23:30 2022 +0200 Commit: Andreas Heinisch <andreas.heini...@yahoo.de> CommitDate: Mon Oct 17 18:00:05 2022 +0200 tdf#135938 - Partially revert fix test case Because it sometimes hangs, see https://gerrit.libreoffice.org/c/core/+/140985 Change-Id: Iee0d4584256441dff77b0548827fafbd0b559aa3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141400 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de> diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py b/sw/qa/uitest/writer_dialogs/openDialogs.py index 896d2fd641c7..1e58c5acccd9 100644 --- a/sw/qa/uitest/writer_dialogs/openDialogs.py +++ b/sw/qa/uitest/writer_dialogs/openDialogs.py @@ -50,7 +50,8 @@ dialogs = [ # dialog opens but is not recognised by execute_dialog_through_command # {"command": ".uno:InsertBookmark", "closeButton": "close"}, # tested in sw/qa/uitest/writer_tests2/bookmark.py - {"command": ".uno:InsertReferenceField", "closeButton": "cancel"}, + # {"command": ".uno:InsertReferenceField", "closeButton": "cancel"}, + # Tested in sw/qa/uitest/writer_tests7/tdf135938.py # {"command": ".uno:InsertSymbol", "closeButton": "cancel"}, # tested in sw/qa/uitest/writer_tests3/specialCharacter.py # {"command": ".uno:InsertFootnoteDialog", "closeButton": "cancel"},