diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-06-30 12:09:34 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-06-30 15:26:57 +0200 |
commit | a564bb70ad6c19b28c553625f4781655adb80702 (patch) | |
tree | 9a4be5c7a79d29471fa1076ba6563440587b0fec /uitest/impress_tests/layouts.py | |
parent | 95b06d3aa514ce83f82fd538d1731fc6363e4b8a (diff) |
uitest: combine create_doc_in_start_center methods
Change-Id: I59ea0d0dbd203590e7cedec51d0481c953e5172b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118155
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'uitest/impress_tests/layouts.py')
-rw-r--r-- | uitest/impress_tests/layouts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/impress_tests/layouts.py b/uitest/impress_tests/layouts.py index 1c7c3b43bf8c..fbd0bd8d88b5 100644 --- a/uitest/impress_tests/layouts.py +++ b/uitest/impress_tests/layouts.py @@ -11,7 +11,7 @@ class ImpressLayouts(UITestCase): def test_impress_layouts(self): - with self.ui_test.create_doc_in_start_center_guarded("impress"): + with self.ui_test.create_doc_in_start_center("impress"): xTemplateDlg = self.xUITest.getTopFocusWindow() xCancelBtn = xTemplateDlg.getChild("close") |