summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/table/textToTable.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/uitest/table/textToTable.py')
-rw-r--r--sw/qa/uitest/table/textToTable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/uitest/table/textToTable.py b/sw/qa/uitest/table/textToTable.py
index c2a958071c58..63cfbb19f02f 100644
--- a/sw/qa/uitest/table/textToTable.py
+++ b/sw/qa/uitest/table/textToTable.py
@@ -19,7 +19,7 @@ class textToTable(UITestCase):
#Enter A;B ; select the text ; dialog Text to table - Semicolon; verify
type_text(xWriterEdit, "A;B;C")
xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": "0", "END_POS": "5"}))
- with self.ui_test.execute_dialog_through_command_guarded(".uno:ConvertTextToTable") as xDialog:
+ with self.ui_test.execute_dialog_through_command(".uno:ConvertTextToTable") as xDialog:
semicolons = xDialog.getChild("semicolons")
semicolons.executeAction("CLICK", tuple())
#verify
@@ -40,7 +40,7 @@ class textToTable(UITestCase):
xWriterEdit = xWriterDoc.getChild("writer_edit")
#open file; select all text ; dialog Text to table - other ":"; verify
self.xUITest.executeCommand(".uno:SelectAll")
- with self.ui_test.execute_dialog_through_command_guarded(".uno:ConvertTextToTable") as xDialog:
+ with self.ui_test.execute_dialog_through_command(".uno:ConvertTextToTable") as xDialog:
other = xDialog.getChild("other")
other.executeAction("CLICK", tuple())
othered = xDialog.getChild("othered")