Note the bug number for the Plasma Discover problem

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-28 09:51:43 -07:00
parent e25ffe2f05
commit 075d479b58

View File

@ -94,8 +94,9 @@ sub run {
} }
elsif ($desktop eq 'kde' && $relnum > 33) { elsif ($desktop eq 'kde' && $relnum > 33) {
# KDE does offline updates now, we have to trigger the reboot # KDE does offline updates now, we have to trigger the reboot
# also sometimes the update apply button just doesn't work, so # FIXME: also sometimes the update apply button just doesn't
# keep clicking till it does # work, so keep clicking till it does:
# https://bugzilla.redhat.com/show_bug.cgi?id=1943943
for my $n (1..10) { for my $n (1..10) {
sleep 2; sleep 2;
assert_screen ['kde_offline_update_reboot', 'desktop_package_tool_update_apply']; assert_screen ['kde_offline_update_reboot', 'desktop_package_tool_update_apply'];