mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Drop workaround for RHBZ #1943943
This whole complicated loop looks like it's no longer needed for current KDE. It seems like we always refresh, then we hit "Update All", and from there we go straight to "Restart Now". Clicking the button always seems to work, we never seem to need to click "Refresh" again. So, let's drop it and simply expect to see and click Restart Now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
bdae22d7de
commit
691e82b1f9
@ -131,21 +131,6 @@ sub run {
|
||||
boot_to_login_screen;
|
||||
}
|
||||
elsif ($desktop eq 'kde') {
|
||||
# KDE does offline updates now, we have to trigger the reboot
|
||||
# FIXME: also sometimes the update apply button just doesn't
|
||||
# work, so keep clicking till it does:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1943943
|
||||
for my $n (1 .. 10) {
|
||||
sleep 2;
|
||||
assert_screen ['kde_offline_update_reboot', 'desktop_package_tool_update_apply'];
|
||||
# break out if we reached the reboot button
|
||||
last if (match_has_tag 'kde_offline_update_reboot');
|
||||
# otherwise, try refresh and apply or reboot
|
||||
assert_and_click 'desktop_package_tool_update_refresh';
|
||||
assert_screen ['kde_offline_update_reboot', 'desktop_package_tool_update_apply'];
|
||||
last if (match_has_tag 'kde_offline_update_reboot');
|
||||
click_lastmatch;
|
||||
}
|
||||
assert_and_click 'kde_offline_update_reboot';
|
||||
boot_to_login_screen;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user