diff options
Diffstat (limited to 'uitest/demo_ui/tabcontrol.py')
-rw-r--r-- | uitest/demo_ui/tabcontrol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/demo_ui/tabcontrol.py b/uitest/demo_ui/tabcontrol.py index f47c51f8303c..eb93339eb391 100644 --- a/uitest/demo_ui/tabcontrol.py +++ b/uitest/demo_ui/tabcontrol.py @@ -16,7 +16,7 @@ class TabControlTest(UITestCase): def test_select_pos(self): - with self.ui_test.create_doc_in_start_center_guarded("calc"): + with self.ui_test.create_doc_in_start_center("calc"): xCalcDoc = self.xUITest.getTopFocusWindow() xGridWindow = xCalcDoc.getChild("grid_window") |