mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-15 17:51:27 +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);
|
||||
}
|
||||
# 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";
|
||||
|
Loading…
Reference in New Issue
Block a user