From 8ee75350a9bd5e5b3d4183ef0168c717896f202a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 11 May 2016 01:44:00 +0200 Subject: uitest: close all the documents in the tests Change-Id: I4ad9c2603edbf3ac6fc4db60481dc93c16ea63ff --- uitest/demo_ui/checkbox.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uitest/demo_ui/checkbox.py') 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: */ -- cgit