summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uitest/calc_tests/gridwindow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/calc_tests/gridwindow.py b/uitest/calc_tests/gridwindow.py
index ae16e40f3a2c..1f01ec9d8622 100644
--- a/uitest/calc_tests/gridwindow.py
+++ b/uitest/calc_tests/gridwindow.py
@@ -55,10 +55,11 @@ def special_keys(xContext):
selectProps = mkPropertyValues({"CELL": "C3"})
xGridWindow.executeAction("SELECT", selectProps)
- # TODO: how to handle the enter
typeProps = mkPropertyValues({"KEYCODE": "CTRL+DOWN"})
xGridWindow.executeAction("TYPE", typeProps)
+ time.sleep(2)
+
ui_test.close_doc()
# vim:set shiftwidth=4 softtabstop=4 expandtab: */