tweak mouse_set
This commit is contained in:
parent
db78559a91
commit
9297282b9e
@ -37,10 +37,10 @@ sub run {
|
|||||||
for my $n (1..20) {
|
for my $n (1..20) {
|
||||||
mouse_set(100, 100);
|
mouse_set(100, 100);
|
||||||
assert_and_click "next_button";
|
assert_and_click "next_button";
|
||||||
|
mouse_set(100, 100);
|
||||||
last if (check_screen "skip_button", 5);
|
last if (check_screen "skip_button", 5);
|
||||||
}
|
}
|
||||||
# click 'Skip' one time
|
# click 'Skip' one time
|
||||||
mouse_set(100,100);
|
|
||||||
wait_screen_change { assert_and_click "skip_button", 5; };
|
wait_screen_change { assert_and_click "skip_button", 5; };
|
||||||
send_key "ret";
|
send_key "ret";
|
||||||
# wait for the stupid 'help' screen to show and kill it
|
# wait for the stupid 'help' screen to show and kill it
|
||||||
|
Loading…
Reference in New Issue
Block a user