From aa595c5da60ec525919e286bea1506eeff1fd5c0 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 10 Jul 2016 11:26:25 +0200 Subject: remove my sleep statements Change-Id: I0fb35541863c1390c5a95e60539404547398cba3 Reviewed-on: https://gerrit.libreoffice.org/27156 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- uitest/impress_tests/start.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'uitest/impress_tests/start.py') 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()) -- cgit