From 340e8514179bfbf13a853fffe20276dfb1b2bc1f Mon Sep 17 00:00:00 2001 From: Pierre Grandin Date: Thu, 23 Feb 2017 08:53:31 -0800 Subject: Add:CI:Expand UI tests with a clean exit --- ci/xdotools.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.1