summaryrefslogtreecommitdiff
path: root/uitest/demo_ui/tabdialog.py
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-06-30 12:09:34 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-06-30 15:26:57 +0200
commita564bb70ad6c19b28c553625f4781655adb80702 (patch)
tree9a4be5c7a79d29471fa1076ba6563440587b0fec /uitest/demo_ui/tabdialog.py
parent95b06d3aa514ce83f82fd538d1731fc6363e4b8a (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/demo_ui/tabdialog.py')
-rw-r--r--uitest/demo_ui/tabdialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/demo_ui/tabdialog.py b/uitest/demo_ui/tabdialog.py
index e3fde961f014..6aadf13f73a9 100644
--- a/uitest/demo_ui/tabdialog.py
+++ b/uitest/demo_ui/tabdialog.py
@@ -14,7 +14,7 @@ class TabDialogTest(UITestCase):
def test_select_tab_page_pos(self):
- with self.ui_test.create_doc_in_start_center_guarded("calc"):
+ with self.ui_test.create_doc_in_start_center("calc"):
with self.ui_test.execute_dialog_through_command(".uno:FormatCellDialog"):
pass
@@ -22,7 +22,7 @@ class TabDialogTest(UITestCase):
def test_select_tab_page_name(self):
- with self.ui_test.create_doc_in_start_center_guarded("calc"):
+ with self.ui_test.create_doc_in_start_center("calc"):
with self.ui_test.execute_dialog_through_command(".uno:FormatCellDialog"):
pass