summaryrefslogtreecommitdiff
path: root/uitest/demo_ui/checkbox.py
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-11 01:44:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:16 +0200
commit8ee75350a9bd5e5b3d4183ef0168c717896f202a (patch)
tree8cfe467b997c539621860f5e6dd54b512644bfab /uitest/demo_ui/checkbox.py
parent0c5abdea5fe40350df6234e71b70cab1f11764ac (diff)
uitest: close all the documents in the tests
Change-Id: I4ad9c2603edbf3ac6fc4db60481dc93c16ea63ff
Diffstat (limited to 'uitest/demo_ui/checkbox.py')
-rw-r--r--uitest/demo_ui/checkbox.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/demo_ui/checkbox.py b/uitest/demo_ui/checkbox.py
index 8a8bf08ee1da..5cc456bc4f19 100644
--- a/uitest/demo_ui/checkbox.py
+++ b/uitest/demo_ui/checkbox.py
@@ -34,6 +34,9 @@ def toggle_checkbox(xContext):
xNegativeNumRedCB = xCellsDlg.getChild("negnumred")
xNegativeNumRedCB.executeAction("CLICK",tuple())
+ okBtn = xCellsDlg.getChild("ok")
+ okBtn.executeAction("CLICK", tuple())
+
ui_test.close_doc()
# vim:set shiftwidth=4 softtabstop=4 expandtab: */