diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-10 11:26:25 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-12 19:45:39 +0000 |
commit | aa595c5da60ec525919e286bea1506eeff1fd5c0 (patch) | |
tree | 07a84c9a34877e43c8987b2d2f9d18d42ef3a87e /uitest | |
parent | 962e0bb4b31265b046fe4fb57d3087e20f5fe4ef (diff) |
remove my sleep statements
Change-Id: I0fb35541863c1390c5a95e60539404547398cba3
Reviewed-on: https://gerrit.libreoffice.org/27156
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/impress_tests/start.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/uitest/impress_tests/start.py b/uitest/impress_tests/start.py index 905126a00fc3..5657b69e895d 100644 --- a/uitest/impress_tests/start.py +++ b/uitest/impress_tests/start.py @@ -32,8 +32,6 @@ class SimpleImpressTest(UITestCase): xCancelBtn = xTemplateDlg.getChild("cancel") xCancelBtn.executeAction("CLICK", tuple()) - time.sleep(2) - xImpressDoc = self.xUITest.getTopFocusWindow() xEditWin = xImpressDoc.getChild("impress_win") @@ -49,8 +47,6 @@ class SimpleImpressTest(UITestCase): xCancelBtn = xTemplateDlg.getChild("cancel") xCancelBtn.executeAction("CLICK", tuple()) - time.sleep(2) - xImpressDoc = self.xUITest.getTopFocusWindow() print(xImpressDoc.getChildren()) @@ -68,8 +64,6 @@ class SimpleImpressTest(UITestCase): xCancelBtn = xTemplateDlg.getChild("cancel") xCancelBtn.executeAction("CLICK", tuple()) - time.sleep(2) - xImpressDoc = self.xUITest.getTopFocusWindow() print(xImpressDoc.getChildren()) @@ -85,8 +79,6 @@ class SimpleImpressTest(UITestCase): xCancelBtn = xTemplateDlg.getChild("cancel") xCancelBtn.executeAction("CLICK", tuple()) - time.sleep(2) - xImpressDoc = self.xUITest.getTopFocusWindow() print(xImpressDoc.getChildren()) |