summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/writer_tests6
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/uitest/writer_tests6')
-rw-r--r--sw/qa/uitest/writer_tests6/infobar.py6
-rw-r--r--sw/qa/uitest/writer_tests6/tdf107847.py2
-rw-r--r--sw/qa/uitest/writer_tests6/tdf118883.py2
-rw-r--r--sw/qa/uitest/writer_tests6/tdf125104.py2
-rw-r--r--sw/qa/uitest/writer_tests6/tdf126168.py2
-rw-r--r--sw/qa/uitest/writer_tests6/tdf128431.py2
-rw-r--r--sw/qa/uitest/writer_tests6/tdf131041.py2
-rw-r--r--sw/qa/uitest/writer_tests6/tdf44837.py2
8 files changed, 10 insertions, 10 deletions
diff --git a/sw/qa/uitest/writer_tests6/infobar.py b/sw/qa/uitest/writer_tests6/infobar.py
index f0a03790e710..77c75dde091f 100644
--- a/sw/qa/uitest/writer_tests6/infobar.py
+++ b/sw/qa/uitest/writer_tests6/infobar.py
@@ -16,7 +16,7 @@ from com.sun.star.container import NoSuchElementException
class tdf97926(UITestCase):
def test_infobar_add(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as document:
+ with self.ui_test.create_doc_in_start_center("writer") as document:
controller = document.getCurrentController()
buttons = [StringPair("Close", ".uno:CloseDoc")]
controller.appendInfobar(
@@ -28,7 +28,7 @@ class tdf97926(UITestCase):
"my", "Hello world", "The quick, brown fox jumps over a lazy dog.", InfobarType.INFO, buttons, True)
def test_infobar_update(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as document:
+ with self.ui_test.create_doc_in_start_center("writer") as document:
controller = document.getCurrentController()
buttons = [StringPair("Close", ".uno:CloseDoc")]
controller.appendInfobar(
@@ -44,7 +44,7 @@ class tdf97926(UITestCase):
controller.updateInfobar("my", "", "", 120)
def test_infobar_remove(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as document:
+ with self.ui_test.create_doc_in_start_center("writer") as document:
controller = document.getCurrentController()
buttons = [StringPair("Close", ".uno:CloseDoc")]
controller.appendInfobar(
diff --git a/sw/qa/uitest/writer_tests6/tdf107847.py b/sw/qa/uitest/writer_tests6/tdf107847.py
index 79c4633d113d..5d94bcf4fb12 100644
--- a/sw/qa/uitest/writer_tests6/tdf107847.py
+++ b/sw/qa/uitest/writer_tests6/tdf107847.py
@@ -11,7 +11,7 @@ from uitest.uihelper.common import select_pos
class tdf107847(UITestCase):
def test_tdf_107847_macro_tab_crash(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as document:
+ with self.ui_test.create_doc_in_start_center("writer") as document:
xWriterDoc = self.xUITest.getTopFocusWindow()
with self.ui_test.execute_dialog_through_command(".uno:InsertFrame") as xDialog:
diff --git a/sw/qa/uitest/writer_tests6/tdf118883.py b/sw/qa/uitest/writer_tests6/tdf118883.py
index 675bbe8675f6..5395559220be 100644
--- a/sw/qa/uitest/writer_tests6/tdf118883.py
+++ b/sw/qa/uitest/writer_tests6/tdf118883.py
@@ -10,7 +10,7 @@ from libreoffice.uno.propertyvalue import mkPropertyValues
class Tdf118883(UITestCase):
def test_tdf118883(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as writer_document:
+ with self.ui_test.create_doc_in_start_center("writer") as writer_document:
# Insert shape with Ctrl key
xArgs = mkPropertyValues({"KeyModifier": 8192})
diff --git a/sw/qa/uitest/writer_tests6/tdf125104.py b/sw/qa/uitest/writer_tests6/tdf125104.py
index fbe9964883a7..a327fd5c4f42 100644
--- a/sw/qa/uitest/writer_tests6/tdf125104.py
+++ b/sw/qa/uitest/writer_tests6/tdf125104.py
@@ -18,7 +18,7 @@ class tdf125104(UITestCase):
select_by_text(comboLayoutFormat, format)
def test_tdf125104_pageFormat_numbering(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as document:
+ with self.ui_test.create_doc_in_start_center("writer") as document:
# insert page numbers on multiple pages
self.xUITest.executeCommand(".uno:InsertPageNumberField")
diff --git a/sw/qa/uitest/writer_tests6/tdf126168.py b/sw/qa/uitest/writer_tests6/tdf126168.py
index dd7454e16a50..af45ec914927 100644
--- a/sw/qa/uitest/writer_tests6/tdf126168.py
+++ b/sw/qa/uitest/writer_tests6/tdf126168.py
@@ -11,7 +11,7 @@ from libreoffice.uno.propertyvalue import mkPropertyValues
class tdf126168(UITestCase):
def test_tdf126168_frame_undo_redo_crash(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as document:
+ with self.ui_test.create_doc_in_start_center("writer") as document:
xWriterDoc = self.xUITest.getTopFocusWindow()
xWriterEdit = xWriterDoc.getChild("writer_edit")
diff --git a/sw/qa/uitest/writer_tests6/tdf128431.py b/sw/qa/uitest/writer_tests6/tdf128431.py
index ddfec671bc3d..af8003ea0e5d 100644
--- a/sw/qa/uitest/writer_tests6/tdf128431.py
+++ b/sw/qa/uitest/writer_tests6/tdf128431.py
@@ -12,7 +12,7 @@ from uitest.uihelper.common import change_measurement_unit
class tdf128431(UITestCase):
def test_tdf128431_pageFormat_sync_padding(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer"):
+ with self.ui_test.create_doc_in_start_center("writer"):
change_measurement_unit(self, "Centimeter")
diff --git a/sw/qa/uitest/writer_tests6/tdf131041.py b/sw/qa/uitest/writer_tests6/tdf131041.py
index a049ef845797..56a13b81efad 100644
--- a/sw/qa/uitest/writer_tests6/tdf131041.py
+++ b/sw/qa/uitest/writer_tests6/tdf131041.py
@@ -10,7 +10,7 @@ from uitest.uihelper.common import select_pos, get_state_as_dict
class tdf131041(UITestCase):
def test_run(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer"):
+ with self.ui_test.create_doc_in_start_center("writer"):
with self.ui_test.execute_dialog_through_command(".uno:PageDialog") as xDialog:
tabcontrol = xDialog.getChild("tabcontrol")
diff --git a/sw/qa/uitest/writer_tests6/tdf44837.py b/sw/qa/uitest/writer_tests6/tdf44837.py
index ee2f194f9051..66b3840fd9c9 100644
--- a/sw/qa/uitest/writer_tests6/tdf44837.py
+++ b/sw/qa/uitest/writer_tests6/tdf44837.py
@@ -12,7 +12,7 @@ from libreoffice.uno.propertyvalue import mkPropertyValues
class tdf44837(UITestCase):
def test_tdf448373_Replace_All_clears_current_selection(self):
- with self.ui_test.create_doc_in_start_center_guarded("writer") as document:
+ with self.ui_test.create_doc_in_start_center("writer") as document:
xWriterDoc = self.xUITest.getTopFocusWindow()
xWriterEdit = xWriterDoc.getChild("writer_edit")