summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-07-02 19:03:29 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-07-02 20:06:25 +0200
commitc3c31f4c6e3c658c05f5f6973ef54a03f2d12efe (patch)
treef3fa2b0d7ee791dd493853823fabd20c8ccbd4e5 /sw
parent79657c9f5392a9c243d3f3c14fa190b04b6806e9 (diff)
uitest: LICENSE.html can be read-only, skip the 'ok' button
Change-Id: Ib9c7547dac89715a4519a60d733ba03922a01231 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118328 Tested-by: Jenkins Tested-by: René Engelhard <rene@debian.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/uitest/writer_dialogs/openDialogs.py2
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 b4d9b356e153..4f7c97835dbd 100644
--- a/sw/qa/uitest/writer_dialogs/openDialogs.py
+++ b/sw/qa/uitest/writer_dialogs/openDialogs.py
@@ -113,7 +113,7 @@ dialogs = [
# tested in uitest/writer_tests/customizeDialog.py
#{"command": ".uno:OptionsTreeDialog", "closeButton": "cancel"},
# used in various places
- {"command": ".uno:ShowLicense", "closeButton": "close"},
+ {"command": ".uno:ShowLicense", "closeButton": "close", "skipTestOK": True},
# {"command": ".uno:About", "closeButton": "close"},
# tested in sw/qa/uitest/writer_tests5/about_test.py
]