summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-04-21 13:38:21 +0200
committerXisco FaulĂ­ <xiscofauli@libreoffice.org>2020-04-21 16:17:21 +0200
commit86f9825f25c86b3c9afccae7f5760ffbdd5e1d15 (patch)
tree6c59a443b99bbdba40c7377e460a5403ce4a6224 /uitest
parent634ce6f2d87a30b8abd2e8c67668e3bb5d87406b (diff)
uitest: no need to use time.sleep here
Change-Id: I58b1fa80b6a570f8214255398f3b91f62590fd6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92629 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ <xiscofauli@libreoffice.org>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/writer_tests2/tdf92611.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/uitest/writer_tests2/tdf92611.py b/uitest/writer_tests2/tdf92611.py
index 0b6007bfeb6d..8fee6143c4c7 100644
--- a/uitest/writer_tests2/tdf92611.py
+++ b/uitest/writer_tests2/tdf92611.py
@@ -5,7 +5,6 @@
#
from uitest.framework import UITestCase
-import time
class tdf92611(UITestCase):
@@ -13,15 +12,10 @@ class tdf92611(UITestCase):
self.ui_test.create_doc_in_start_center("writer")
-
self.xUITest.executeCommand(".uno:BibliographyComponent")
- time.sleep(2)
-
self.xUITest.executeCommand(".uno:CloseWin")
- time.sleep(2)
-
self.ui_test.close_doc()
# vim: set shiftwidth=4 softtabstop=4 expandtab: