diff options
Diffstat (limited to 'sw/qa/uitest/options/tdf131581.py')
-rw-r--r-- | sw/qa/uitest/options/tdf131581.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/options/tdf131581.py b/sw/qa/uitest/options/tdf131581.py index aab3865dc51d..d554ab0ef991 100644 --- a/sw/qa/uitest/options/tdf131581.py +++ b/sw/qa/uitest/options/tdf131581.py @@ -10,7 +10,7 @@ from uitest.framework import UITestCase class tdf131581(UITestCase): def test_tdf131581(self): - with self.ui_test.create_doc_in_start_center_guarded("writer"): + with self.ui_test.create_doc_in_start_center("writer"): self.xUITest.getTopFocusWindow() |