summaryrefslogtreecommitdiff
path: root/uitest/calc_tests/tdf105466.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/calc_tests/tdf105466.py')
-rw-r--r--uitest/calc_tests/tdf105466.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/calc_tests/tdf105466.py b/uitest/calc_tests/tdf105466.py
index 6e3593be4d5d..e1cfd2d0a27e 100644
--- a/uitest/calc_tests/tdf105466.py
+++ b/uitest/calc_tests/tdf105466.py
@@ -23,7 +23,7 @@ class tdf105466(UITestCase):
xCondFormatDlg = self.xUITest.getTopFocusWindow()
xOkBtn = xCondFormatDlg.getChild("ok")
- xOkBtn.executeAction("CLICK", tuple())
+ self.ui_test.close_dialog_through_button(xOkBtn)
self.ui_test.close_doc()