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 21:18:16 +0200
commit026c8288151607bb28da5f30426019ba08ee121c (patch)
treee851451c72bad88f56ee98c10b29ff74d2698632 /sw
parentbf051ed8a7c79a4f4b1991803641b7f0a48fb8d6 (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> (cherry picked from commit c3c31f4c6e3c658c05f5f6973ef54a03f2d12efe) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118300
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
]