[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sc/qa sw/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 2 19:18:52 UTC 2021
sc/qa/uitest/calc_dialogs/openDialogs.py | 2 +-
sw/qa/uitest/writer_dialogs/openDialogs.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 026c8288151607bb28da5f30426019ba08ee121c
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Fri Jul 2 19:03:29 2021 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Fri Jul 2 21:18:16 2021 +0200
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 at debian.org>
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
(cherry picked from commit c3c31f4c6e3c658c05f5f6973ef54a03f2d12efe)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118300
diff --git a/sc/qa/uitest/calc_dialogs/openDialogs.py b/sc/qa/uitest/calc_dialogs/openDialogs.py
index f616c67f7c6c..109f97f4709b 100644
--- a/sc/qa/uitest/calc_dialogs/openDialogs.py
+++ b/sc/qa/uitest/calc_dialogs/openDialogs.py
@@ -157,7 +157,7 @@ dialogs = [
# tested in sc/qa/uitest/protect/protectSpreadsheet.py
{"command": ".uno:RunMacro", "closeButton": "cancel"},
{"command": ".uno:ScriptOrganizer", "closeButton": "close"},
- {"command": ".uno:ShowLicense", "closeButton": "close"},
+ {"command": ".uno:ShowLicense", "closeButton": "close", "skipTestOK": True},
# {"command": ".uno:About", "closeButton": "close"},
# tested in sc/qa/uitest/calc_tests7/tdf106667.py
]
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
]
More information about the Libreoffice-commits
mailing list