Update password change needle and code to FreeIPA 4.8.9

OTP field was moved into the last position in the password change dialog
to prevent issues with OTP code expiring while users enter their
passwords.

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Alexander Bokovoy 2020-08-21 18:04:28 +03:00
parent b117d16133
commit 5713631a9c
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 13,
"xpos": 630,
"ypos": 450,
"width": 105
}
],
"properties": [],
"tags": [
"freeipa_webui_reset_password_button"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -24,7 +24,7 @@ sub run {
assert_and_click "freeipa_webui_reset_password_link";
wait_still_screen 3;
type_safely "batterystaple";
type_safely "\t\t";
type_safely "\t";
type_safely "loremipsum";
wait_screen_change { send_key "tab"; };
type_safely "loremipsum";