mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Goddamnit, perl, and your goddamn brackets
This commit is contained in:
parent
4f014d4f11
commit
4ea5129312
@ -60,7 +60,7 @@ sub run {
|
|||||||
# wait out animation
|
# wait out animation
|
||||||
sleep 3;
|
sleep 3;
|
||||||
my $user_login = get_var("USER_LOGIN") || "test";
|
my $user_login = get_var("USER_LOGIN") || "test";
|
||||||
unless $user_login eq 'false' {
|
unless ($user_login eq 'false') {
|
||||||
assert_and_click "anaconda_install_user_creation";
|
assert_and_click "anaconda_install_user_creation";
|
||||||
assert_screen "anaconda_install_user_creation_screen";
|
assert_screen "anaconda_install_user_creation_screen";
|
||||||
# wait out animation
|
# wait out animation
|
||||||
|
Loading…
Reference in New Issue
Block a user