summaryrefslogtreecommitdiff
path: root/uitest/calc_tests
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-20 05:07:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:25 +0200
commit4d7ace84c8b80177a5c8dae6f7ca9d8291fd2e5d (patch)
tree1ec01221a21a281c774d28454d172a9236abad7b /uitest/calc_tests
parent7af600b43c40aa0744a951f55f5d6b63fe168088 (diff)
uitest: add a demo case for new keycodes
Change-Id: Ieec7fcd9b942d99d0dc16794856af4b1eabebde8
Diffstat (limited to 'uitest/calc_tests')
-rw-r--r--uitest/calc_tests/gridwindow.py2
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()