one more fix to g-i-s loop, nearly there...

This commit is contained in:
Adam Williamson 2016-05-05 18:09:39 -07:00
parent 9297282b9e
commit bdc69381ba
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ sub run {
last if (check_screen "skip_button", 5);
}
# click 'Skip' one time
wait_screen_change { assert_and_click "skip_button", 5; };
assert_and_click "skip_button", 5;
wait_still_screen 5;
send_key "ret";
# wait for the stupid 'help' screen to show and kill it
assert_screen "getting_started";