summaryrefslogtreecommitdiffstats
path: root/uitest/writer_tests/customizeDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/writer_tests/customizeDialog.py')
-rw-r--r--uitest/writer_tests/customizeDialog.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/writer_tests/customizeDialog.py b/uitest/writer_tests/customizeDialog.py
index e6fef69cb50e..8b61613a2e31 100644
--- a/uitest/writer_tests/customizeDialog.py
+++ b/uitest/writer_tests/customizeDialog.py
@@ -44,6 +44,9 @@ class ConfigureDialog(UITestCase):
xSearch.executeAction("CLEAR", tuple())
+ # Wait for the search/filter op to be completed
+ time.sleep(1)
+
finalEntryCount = get_state_as_dict(xfunc)["Children"]
self.assertEqual(initialEntryCount, finalEntryCount)