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:
parent
db78559a91
commit
9297282b9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user