diff options
Diffstat (limited to 'uitest/writer_tests2/tdf92611.py')
-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: |