summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-06-29 11:44:54 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-06-29 15:10:03 +0200
commit5b8a13486d3809066e663549879c209992d5479d (patch)
tree8c2701d8827e24eb7f36eb707c20905c41653485 /sfx2/qa
parentd0172f785a5973dbe5ea585eabfa7a4671b38775 (diff)
uitest: combine execute_dialog_through_command methods
Change-Id: Iaa03d37a9ac3862b8cb08a81e37a611632433880 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118077 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/uitest/doc/objserv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/qa/uitest/doc/objserv.py b/sfx2/qa/uitest/doc/objserv.py
index 67c4765d4840..627469ae9323 100644
--- a/sfx2/qa/uitest/doc/objserv.py
+++ b/sfx2/qa/uitest/doc/objserv.py
@@ -16,7 +16,7 @@ class Test(UITestCase):
with self.ui_test.load_file(get_url_for_data_file("pdf-sign.pdf")) as impress_doc:
# Now use File -> Digital signatures -> Digital signatures.
- with self.ui_test.execute_dialog_through_command_guarded(".uno:Signature", close_button="close"):
+ with self.ui_test.execute_dialog_through_command(".uno:Signature", close_button="close"):
# Without the accompanying fix in place, this test would have failed with:
# uno.com.sun.star.uno.RuntimeException: Could not find child with id: close vcl/source/uitest/uiobject.cxx:452
pass