summaryrefslogtreecommitdiff
path: root/svx/qa
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 /svx/qa
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 'svx/qa')
-rw-r--r--svx/qa/uitest/table/tablecontroller.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/qa/uitest/table/tablecontroller.py b/svx/qa/uitest/table/tablecontroller.py
index c3e8691c40de..26390cb5c963 100644
--- a/svx/qa/uitest/table/tablecontroller.py
+++ b/svx/qa/uitest/table/tablecontroller.py
@@ -14,7 +14,7 @@ class SvxTableControllerTest(UITestCase):
def testOnFormatTable(self):
# Create an Impress document with a single table in it.
- with self.ui_test.create_doc_in_start_center_guarded("impress") as component:
+ with self.ui_test.create_doc_in_start_center("impress") as component:
template = self.xUITest.getTopFocusWindow()
self.ui_test.close_dialog_through_button(template.getChild("close"))
self.xUITest.executeCommand(".uno:SelectAll")
@@ -41,7 +41,7 @@ class SvxTableControllerTest(UITestCase):
def testUndoCrash(self):
# Given an Impress document with a single table in it:
- with self.ui_test.create_doc_in_start_center_guarded("impress"):
+ with self.ui_test.create_doc_in_start_center("impress"):
template = self.xUITest.getTopFocusWindow()
self.ui_test.close_dialog_through_button(template.getChild("close"))
self.xUITest.executeCommand(".uno:SelectAll")