Of course, we have to actually auth *properly*...

...just clicking the button ain't gonna work. D'oh.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-03-28 22:17:33 -07:00
parent 1f2e333043
commit 70d3f0269c
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ sub run {
if (get_var("SUBVARIANT") eq 'AtomicWorkstation') {
if (check_screen "desktop_auth_required", 120) {
record_soft_failure "Update auth dialog on FAW - #1561853";
assert_and_click "desktop_auth_required";
type_very_safely $password;
send_key "ret";
}
}