mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-18 05:24:30 +00:00
Reintroduce procedure to wait for Software Update.
This commit is contained in:
parent
ca16b82690
commit
03f82987d7
@ -18,15 +18,15 @@ sub run {
|
|||||||
if ($desktop eq 'gnome' && check_screen 'gnome_software_welcome', 10) {
|
if ($desktop eq 'gnome' && check_screen 'gnome_software_welcome', 10) {
|
||||||
send_key 'ret';
|
send_key 'ret';
|
||||||
}
|
}
|
||||||
## go to the 'update' interface. For GNOME, we may be waiting
|
# go to the 'update' interface. For GNOME, we may be waiting
|
||||||
## some time at a 'Software catalog is being loaded' screen.
|
# some time at a 'Software catalog is being loaded' screen.
|
||||||
#if ($desktop eq 'gnome') {
|
if ($desktop eq 'gnome') {
|
||||||
# for my $n (1..5) {
|
for my $n (1..5) {
|
||||||
# last if (check_screen 'desktop_package_tool_update', 120);
|
last if (check_screen 'desktop_package_tool_update', 120);
|
||||||
# mouse_set 10, 10;
|
mouse_set 10, 10;
|
||||||
# mouse_hide;
|
mouse_hide;
|
||||||
# }
|
}
|
||||||
#}
|
}
|
||||||
|
|
||||||
# If a banner appears that offers enablement of third party, discard it.
|
# If a banner appears that offers enablement of third party, discard it.
|
||||||
if (check_screen('desktop_package_tool_thirdparty_enable', 60)) {
|
if (check_screen('desktop_package_tool_thirdparty_enable', 60)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user