summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/sidebar/tdf135590.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/uitest/sidebar/tdf135590.py')
-rw-r--r--sw/qa/uitest/sidebar/tdf135590.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/uitest/sidebar/tdf135590.py b/sw/qa/uitest/sidebar/tdf135590.py
index 16ce0e7b1c16..b2a86700b5d3 100644
--- a/sw/qa/uitest/sidebar/tdf135590.py
+++ b/sw/qa/uitest/sidebar/tdf135590.py
@@ -17,7 +17,7 @@ class tdf135590(UITestCase):
#change measurement to Centimeter
change_measurement_unit(self, 'Centimeter')
- with self.ui_test.execute_dialog_through_command_guarded(".uno:InsertEnvelope") as xDialog:
+ with self.ui_test.execute_dialog_through_command(".uno:InsertEnvelope") as xDialog:
tabcontrol = xDialog.getChild("tabcontrol")
@@ -37,7 +37,7 @@ class tdf135590(UITestCase):
xWriterDoc = self.xUITest.getTopFocusWindow()
xWriterEdit = xWriterDoc.getChild("writer_edit")
- with self.ui_test.execute_dialog_through_command_guarded(".uno:PageDialog") as xDialog:
+ with self.ui_test.execute_dialog_through_command(".uno:PageDialog") as xDialog:
tabcontrol = xDialog.getChild("tabcontrol")
select_pos(tabcontrol, "1")