summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/macro_tests/tdf64690.py
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 /sw/qa/uitest/macro_tests/tdf64690.py
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 'sw/qa/uitest/macro_tests/tdf64690.py')
-rw-r--r--sw/qa/uitest/macro_tests/tdf64690.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/macro_tests/tdf64690.py b/sw/qa/uitest/macro_tests/tdf64690.py
index 318d3e8772d4..26a7bc949131 100644
--- a/sw/qa/uitest/macro_tests/tdf64690.py
+++ b/sw/qa/uitest/macro_tests/tdf64690.py
@@ -15,7 +15,7 @@ class tdf64690(UITestCase):
self.ui_test.create_doc_in_start_center("writer")
- with self.ui_test.execute_dialog_through_command_guarded(".uno:MacroDialog", close_button="edit"):
+ with self.ui_test.execute_dialog_through_command(".uno:MacroDialog", close_button="edit"):
pass
xMacroWin = self.xUITest.getTopFocusWindow()