summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/textToColumns/tdf89907.py
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/uitest/textToColumns/tdf89907.py')
-rw-r--r--sc/qa/uitest/textToColumns/tdf89907.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/uitest/textToColumns/tdf89907.py b/sc/qa/uitest/textToColumns/tdf89907.py
index ef5f164f9261..a7ea4c3c0207 100644
--- a/sc/qa/uitest/textToColumns/tdf89907.py
+++ b/sc/qa/uitest/textToColumns/tdf89907.py
@@ -37,6 +37,9 @@ class tdf89907(UITestCase):
# Data - Text to Columns
with self.ui_test.execute_dialog_through_command(".uno:TextToColumns") as xDialog:
+ xSeparatedBy = xDialog.getChild("toseparatedby")
+ xSeparatedBy.executeAction("CLICK", tuple())
+
xother = xDialog.getChild("other")
xinputother = xDialog.getChild("inputother")
if (get_state_as_dict(xother)["Selected"]) == "false":