mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Try a sleep before hitting enter on GDM screen
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d8c7f85ecb
commit
b811d93c4c
@ -72,6 +72,7 @@ sub run {
|
|||||||
# hit GDM instead
|
# hit GDM instead
|
||||||
if (check_screen "graphical_login", 30) {
|
if (check_screen "graphical_login", 30) {
|
||||||
record_soft_failure "Hit GDM unexpectedly - #1821499";
|
record_soft_failure "Hit GDM unexpectedly - #1821499";
|
||||||
|
sleep 5;
|
||||||
send_key 'ret';
|
send_key 'ret';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user