summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-02-23 08:53:31 -0800
committerStefan Wildemann <gta04@metalstrolche.de>2017-02-23 19:40:26 +0100
commit43988f1800012899c1444a70e5e16a4ad31e31c7 (patch)
tree5614f542113794a413139fe3613809b4365293c7
parent294f7264be952cccbd91b294babc9225624a87f2 (diff)
downloadnavit-43988f1800012899c1444a70e5e16a4ad31e31c7.tar.gz
Add:CI:Expand UI tests with a clean exit
-rw-r--r--ci/xdotools.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/xdotools.sh b/ci/xdotools.sh
index 6c29c696d..36331fd9b 100644
--- a/ci/xdotools.sh
+++ b/ci/xdotools.sh
@@ -82,5 +82,13 @@ for i in `seq 99994 99999`; do
sleep 1
done
+# Quit
+send_event key KP_Enter # Open main menu
+send_event key Down # Select 'Actions'
+send_event key Down # Select 'Route'
+send_event key Right # Select 'About'
+send_event key Right # Select 'Quit'
+send_event key KP_Enter # Validate
+
# Assemble the gif
convert -delay 100 -loop 0 $CIRCLE_ARTIFACTS/frames/*.png $CIRCLE_ARTIFACTS/town_search.gif