summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/qa/uitest/writer_tests4/tdf148395.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/qa/uitest/writer_tests4/tdf148395.py b/sw/qa/uitest/writer_tests4/tdf148395.py
index 2687715f7db2..312733525758 100644
--- a/sw/qa/uitest/writer_tests4/tdf148395.py
+++ b/sw/qa/uitest/writer_tests4/tdf148395.py
@@ -26,10 +26,8 @@ class Tdf148395(UITestCase):
xSelectedEntry = get_state_as_dict(xTypes)['SelectEntryText']
self.assertTrue('Spreadsheet' in xSelectedEntry )
- # On Windows, there's also 6th item: "Further objects"
- self.assertLessEqual('5', get_state_as_dict(xTypes)['Children'])
- for i in range(5):
+ for i in range(10):
xTypes.executeAction("TYPE", mkPropertyValues({"KEYCODE": "DOWN"}))
xSelectedEntry = get_state_as_dict(xTypes)['SelectEntryText']
if 'Chart' in xSelectedEntry: