[Libreoffice-commits] core.git: uitest/writer_tests2

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 21 14:18:22 UTC 2020


 uitest/writer_tests2/tdf92611.py |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 86f9825f25c86b3c9afccae7f5760ffbdd5e1d15
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Apr 21 13:38:21 2020 +0200
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Tue Apr 21 16:17:21 2020 +0200

    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 at libreoffice.org>

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:


More information about the Libreoffice-commits mailing list