1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

tweak mouse_set

This commit is contained in:
Adam Williamson 2016-05-05 17:46:39 -07:00
parent db78559a91
commit 9297282b9e

View File

@ -37,10 +37,10 @@ sub run {
for my $n (1..20) {
mouse_set(100, 100);
assert_and_click "next_button";
mouse_set(100, 100);
last if (check_screen "skip_button", 5);
}
# click 'Skip' one time
mouse_set(100,100);
wait_screen_change { assert_and_click "skip_button", 5; };
send_key "ret";
# wait for the stupid 'help' screen to show and kill it