summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
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