uitest: remove sleeps from demo ui parts

Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d
This commit is contained in:
Markus Mohrhard
2016-06-22 06:34:55 +02:00
parent 16e6889e62
commit 18d64ed6b4
2 changed files with 0 additions and 6 deletions

View File

@@ -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())

View File

@@ -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())