mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-19 19:51:25 +00:00
Handle an auth dialog appearing after login on FAW
This will happen until a fedora-release PR is merged and sent out for F28. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
749136e93e
commit
1f2e333043
16
needles/gnome/desktop_auth_required-gnome.json
Normal file
16
needles/gnome/desktop_auth_required-gnome.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"DESKTOP-gnome",
|
||||||
|
"desktop_auth_required"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 593,
|
||||||
|
"ypos": 521,
|
||||||
|
"width": 86,
|
||||||
|
"height": 16,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": []
|
||||||
|
}
|
BIN
needles/gnome/desktop_auth_required-gnome.png
Normal file
BIN
needles/gnome/desktop_auth_required-gnome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
@ -51,6 +51,17 @@ sub run {
|
|||||||
}
|
}
|
||||||
send_key "ret";
|
send_key "ret";
|
||||||
|
|
||||||
|
# An auth request for update check appears on FAW 28 at this
|
||||||
|
# point, until
|
||||||
|
# https://pagure.io/fedora-release/pull-request/131 is merged
|
||||||
|
# and built
|
||||||
|
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";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# Handle initial-setup, for GNOME, unless START_AFTER_TEST
|
# Handle initial-setup, for GNOME, unless START_AFTER_TEST
|
||||||
# is set in which case it will have been done already. Always
|
# is set in which case it will have been done already. Always
|
||||||
# do it if ADVISORY is set, as for the update testing flow,
|
# do it if ADVISORY is set, as for the update testing flow,
|
||||||
|
Loading…
Reference in New Issue
Block a user