summaryrefslogtreecommitdiff
path: root/uitest/demo_ui/tabdialog.py
diff options
context:
space:
mode:
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