diff options
Diffstat (limited to 'uitest/demo_ui/spinfield.py')
-rw-r--r-- | uitest/demo_ui/spinfield.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/demo_ui/spinfield.py b/uitest/demo_ui/spinfield.py index bed26702122b..351223794caf 100644 --- a/uitest/demo_ui/spinfield.py +++ b/uitest/demo_ui/spinfield.py @@ -14,7 +14,7 @@ class SpinFieldTest(UITestCase): def test_up(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") as xCellsDlg: @@ -28,7 +28,7 @@ class SpinFieldTest(UITestCase): def test_down(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") as xCellsDlg: @@ -48,7 +48,7 @@ class SpinFieldTest(UITestCase): def test_text(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") as xCellsDlg: |