diff options
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/uitest/writer_dialogs/openDialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py b/sw/qa/uitest/writer_dialogs/openDialogs.py index b0643e8474f1..442d0eef9095 100644 --- a/sw/qa/uitest/writer_dialogs/openDialogs.py +++ b/sw/qa/uitest/writer_dialogs/openDialogs.py @@ -87,7 +87,7 @@ dialogs = [ # {"command": ".uno:ThesaurusDialog", "closeButton": "cancel"}, # fails in CI, but works fine locally {"command": ".uno:Hyphenate", "closeButton": "ok", "skipTestOK": True}, - # do not test the OK buttong twice + # do not test the OK button twice {"command": ".uno:ChineseConversion", "closeButton": "cancel"}, # {"command": ".uno:WordCountDialog", "closeButton": "close"}, # tested in sw/qa/uitest/writer_tests/wordCount.py |