summaryrefslogtreecommitdiffstats
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-17 21:10:19 +0200
commit88e8046f8f4c81106636989eb0eb96044ef40454 (patch)
tree7f1d137c5a0ee74dc0786710fe0ba6334f86d1d5
parentuitest: add calc uitest helper functions (diff)
downloadcore-88e8046f8f4c81106636989eb0eb96044ef40454.tar.gz
core-88e8046f8f4c81106636989eb0eb96044ef40454.zip
uitest: add a demo case for new keycodes
Change-Id: Ieec7fcd9b942d99d0dc16794856af4b1eabebde8
-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()