summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-22 06:34:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-22 18:19:35 +0200
commit18d64ed6b47c6a39ccef9cd704f135bae390d5a9 (patch)
tree6599538636191a5558d6034e19a16b9771b6f6a0 /uitest
parent16e6889e6291d22f4f8f44f2701e8b315d04a084 (diff)
uitest: remove sleeps from demo ui parts
Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d
Diffstat (limited to 'uitest')
-rw-r--r--uitest/demo_ui/tabcontrol.py2
-rw-r--r--uitest/demo_ui/treelist.py4
2 files changed, 0 insertions, 6 deletions
diff --git a/uitest/demo_ui/tabcontrol.py b/uitest/demo_ui/tabcontrol.py
index 9ef9d7bcde97..1f5712d2b5a6 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 f1681cd45c5a..23c11993a4a5 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())