mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 02:01:25 +00:00
one more fix to g-i-s loop, nearly there...
This commit is contained in:
parent
9297282b9e
commit
bdc69381ba
@ -41,7 +41,8 @@ sub run {
|
|||||||
last if (check_screen "skip_button", 5);
|
last if (check_screen "skip_button", 5);
|
||||||
}
|
}
|
||||||
# click 'Skip' one time
|
# 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";
|
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
|
||||||
assert_screen "getting_started";
|
assert_screen "getting_started";
|
||||||
|
Loading…
Reference in New Issue
Block a user