uitest: remove sleeps from demo ui parts
Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d
diff --git a/uitest/demo_ui/tabcontrol.py b/uitest/demo_ui/tabcontrol.py
index 9ef9d7bc..1f5712d 100644
--- a/uitest/demo_ui/tabcontrol.py
+++ b/uitest/demo_ui/tabcontrol.py
@@ -43,8 +43,6 @@ class TabControlTest(UITestCase):
xTabs = xFunctionDlg.getChild("tabs")
xTabs.executeAction("SELECT", mkPropertyValues({"POS":"1"}))
time.sleep(1)
xCancelBtn = xFunctionDlg.getChild("cancel")
xCancelBtn.executeAction("CLICK", tuple())
diff --git a/uitest/demo_ui/treelist.py b/uitest/demo_ui/treelist.py
index f1681cd..23c1199 100644
--- a/uitest/demo_ui/treelist.py
+++ b/uitest/demo_ui/treelist.py
@@ -50,12 +50,8 @@ class TreeListTest(UITestCase):
xTreeEntry.executeAction("COLLAPSE", tuple())
time.sleep(1)
xTreeEntry.executeAction("EXPAND", tuple())
time.sleep(1)
xCancelBtn = xFunctionDlg.getChild("cancel")
xCancelBtn.executeAction("CLICK", tuple())