summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-02-23 08:53:31 -0800
committerPierre Grandin <grandinp@altern.org>2017-02-23 08:53:31 -0800
commit340e8514179bfbf13a853fffe20276dfb1b2bc1f (patch)
tree5614f542113794a413139fe3613809b4365293c7
parent04d0940ca08dfeb0a3c9a8ead5f8d2d74a37973e (diff)
downloadnavit-qt5_metalstrolch.tar.gz
Add:CI:Expand UI tests with a clean exitqt5_metalstrolch
-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