summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-27 04:02:48 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-27 09:43:30 +0000
commit2a285790535c0ae4c2d791c8f8c44038203d82b7 (patch)
treea3bd4cb60068bc579ee0029dcf606cc3c31b392a /uitest
parentc873f8d75a2a4bc28a13553755c6d38b0e026e11 (diff)
uitest: remove old debug sleep statements
Change-Id: I3ee755325cbf506b785b962c06c777ca45c025d3 Reviewed-on: https://gerrit.libreoffice.org/34668 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/impress_tests/drawinglayer.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/uitest/impress_tests/drawinglayer.py b/uitest/impress_tests/drawinglayer.py
index 0c7a2542da6f..d6a8920e7cff 100644
--- a/uitest/impress_tests/drawinglayer.py
+++ b/uitest/impress_tests/drawinglayer.py
@@ -30,8 +30,6 @@ class ImpressDrawinglayerTest(UITestCase):
print(get_state_as_dict(xDrawinglayerObject))
xDrawinglayerObject.executeAction("MOVE", mkPropertyValues({"X": "1000", "Y":"1000"}))
- time.sleep(10)
-
self.ui_test.close_doc()
def test_resize_object(self):
@@ -49,8 +47,6 @@ class ImpressDrawinglayerTest(UITestCase):
print(get_state_as_dict(xDrawinglayerObject))
xDrawinglayerObject.executeAction("RESIZE", mkPropertyValues({"X": "500", "Y":"4000", "FRAC_X": "0.5", "FRAC_Y": "0.5"}))
- time.sleep(5)
-
self.ui_test.close_doc()
# vim: set shiftwidth=4 softtabstop=4 expandtab: