uitest: remove sleeps from demo ui parts
Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d
This commit is contained in:
@@ -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())
|
||||
|
||||
|
@@ -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())
|
||||
|
||||
|
Reference in New Issue
Block a user