diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-04-21 13:38:21 +0200 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2020-04-21 16:17:21 +0200 |
commit | 86f9825f25c86b3c9afccae7f5760ffbdd5e1d15 (patch) | |
tree | 6c59a443b99bbdba40c7377e460a5403ce4a6224 /uitest/writer_tests2 | |
parent | 634ce6f2d87a30b8abd2e8c67668e3bb5d87406b (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/writer_tests2')
-rw-r--r-- | uitest/writer_tests2/tdf92611.py | 6 |
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: |