diff options
-rw-r--r-- | uitest/calc_tests/gridwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/calc_tests/gridwindow.py b/uitest/calc_tests/gridwindow.py index 55005b2aafa0..642da4b6fc7d 100644 --- a/uitest/calc_tests/gridwindow.py +++ b/uitest/calc_tests/gridwindow.py @@ -36,7 +36,7 @@ def input(xContext): xGridWindow.executeAction("SELECT", selectProps) # TODO: how to handle the enter - typeProps = mkPropertyValues({"TEXT": "=2"}) + typeProps = mkPropertyValues({"KEYCODE": "CTRL+DOWN"}) xGridWindow.executeAction("TYPE", typeProps) ui_test.close_doc() |