summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2023-03-21 09:51:31 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2023-04-03 14:03:04 +0200
commit778e034d89f1e8236cc5afdff902f165637ce9ca (patch)
tree6bdaf631418c811206cc74e1bdf4a5cad87aafe5 /sc/qa
parent637d588ef3eaed3b9896d8aff3ccab6eb100ab29 (diff)
jsdialog: enable spelling options dialog
and make it async Change-Id: Idbf8661aa106d69e60ab6037052fd3d6dec28c06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149205 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149824 Tested-by: Jenkins
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/uitest/calc_tests8/tdf125051.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/qa/uitest/calc_tests8/tdf125051.py b/sc/qa/uitest/calc_tests8/tdf125051.py
index 5b8ccd15bb03..89314b2690e9 100644
--- a/sc/qa/uitest/calc_tests8/tdf125051.py
+++ b/sc/qa/uitest/calc_tests8/tdf125051.py
@@ -28,8 +28,7 @@ class tdf125051(UITestCase):
#open options
optionsBtn = xDialog.getChild("options")
- with self.ui_test.execute_blocking_action(optionsBtn.executeAction, args=('CLICK', ()), close_button="cancel"):
- pass
+ self.ui_test.execute_dialog_through_action(optionsBtn, "CLICK", None, "DialogExecute", "cancel")
closeBtn = xDialog.getChild("close") #close Spelling dialog
self.ui_test.close_dialog_through_button(closeBtn)