sw/qa/uitest/writer_dialogs/openDialogs.py | 1 + 1 file changed, 1 insertion(+)
New commits: commit 0c0c03b303920bf78405de25ce13896bfbad7982 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Thu Aug 21 12:44:22 2025 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Aug 21 14:18:37 2025 +0200 UITest_writer_dialogs: test UIPicker dialog Change-Id: Ifc884bff90b1aeee95999259d164cf4fab83fb78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189991 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py b/sw/qa/uitest/writer_dialogs/openDialogs.py index fc6351e6fa70..651c3868de43 100644 --- a/sw/qa/uitest/writer_dialogs/openDialogs.py +++ b/sw/qa/uitest/writer_dialogs/openDialogs.py @@ -121,6 +121,7 @@ dialogs = [ {"command": ".uno:ShowLicense", "closeButton": "close", "skipTestOK": True}, # {"command": ".uno:About", "closeButton": "close"}, # tested in sw/qa/uitest/writer_tests5/about_test.py + {"command": ".uno:UIPicker", "closeButton": "cancel"}, ] def load_tests(loader, tests, pattern):