summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/uitest/table/tdf116737.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/qa/uitest/table/tdf116737.py b/sw/qa/uitest/table/tdf116737.py
index 37a09f2a65f4..17ac2eb3f0ec 100644
--- a/sw/qa/uitest/table/tdf116737.py
+++ b/sw/qa/uitest/table/tdf116737.py
@@ -25,9 +25,8 @@ class tdf116737(UITestCase):
xDialog = self.xUITest.getTopFocusWindow()
formatlbinstable = xDialog.getChild("formatlbinstable")
- props = {"TEXT": "Simple List Shaded"}
- actionProps = mkPropertyValues(props)
- formatlbinstable.executeAction("SELECT", actionProps)
+ entry = formatlbinstable.getChild("11") #Simple List Shaded
+ entry.executeAction("SELECT", tuple())
xOkBtn = xDialog.getChild("ok")
self.ui_test.close_dialog_through_button(xOkBtn)