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:
parent
1f2e333043
commit
70d3f0269c
@ -58,7 +58,8 @@ sub run {
|
|||||||
if (get_var("SUBVARIANT") eq 'AtomicWorkstation') {
|
if (get_var("SUBVARIANT") eq 'AtomicWorkstation') {
|
||||||
if (check_screen "desktop_auth_required", 120) {
|
if (check_screen "desktop_auth_required", 120) {
|
||||||
record_soft_failure "Update auth dialog on FAW - #1561853";
|
record_soft_failure "Update auth dialog on FAW - #1561853";
|
||||||
assert_and_click "desktop_auth_required";
|
type_very_safely $password;
|
||||||
|
send_key "ret";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user