diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/qa/uitest/table/tablecontroller.py | 4 |
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") |