1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-28 10:05:44 +00:00

webui_create_user: handle user name being prepopulated

In anaconda 43.33, the user name field is prepopulated with
whatever you typed in the full name field, so let's wipe it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-07-31 20:55:49 -07:00
parent d43b28bb9a
commit 1598e7f098

View File

@ -422,6 +422,8 @@ sub webui_create_user {
sleep(2);
send_key("tab");
sleep(1);
# on 43.33 and later geofield is now filled here, so wipe it
send_key("ctrl-a");
type_very_safely($user_login);
sleep(2);
send_key("tab");