summaryrefslogtreecommitdiff
path: root/uitest/demo_ui/checkbox.py
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-05 12:44:06 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:09 +0200
commit350ab43d02d83621eb2d5091ca194676084e019b (patch)
tree68d3c65df1b2b7824269ee797a9f06295f43754e /uitest/demo_ui/checkbox.py
parentb45794e92162c2d298ddc8a3ebefe3be52180ca8 (diff)
uitest: add close_doc to the demos
Change-Id: I4329d4b574e442e7bd30a2a5b4dab3f97a6d6403
Diffstat (limited to 'uitest/demo_ui/checkbox.py')
-rw-r--r--uitest/demo_ui/checkbox.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/demo_ui/checkbox.py b/uitest/demo_ui/checkbox.py
index b85565251951..8a8bf08ee1da 100644
--- a/uitest/demo_ui/checkbox.py
+++ b/uitest/demo_ui/checkbox.py
@@ -34,4 +34,6 @@ def toggle_checkbox(xContext):
xNegativeNumRedCB = xCellsDlg.getChild("negnumred")
xNegativeNumRedCB.executeAction("CLICK",tuple())
+ ui_test.close_doc()
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: */