1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-29 01:07:22 +00:00

Plasma notifications: drop the Akonadi migration note check

Per the needle cleanup, we do not seem to have seen it for some
time.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-09 17:52:15 -08:00
parent 6f5b10dbe6
commit abc5e7c679

View File

@ -131,10 +131,6 @@ sub run {
assert_and_click 'desktop_expand_systray'; assert_and_click 'desktop_expand_systray';
assert_and_click 'desktop_systray_notifications'; assert_and_click 'desktop_systray_notifications';
} }
# In F32+ we may get an 'akonadi did something' message
if (check_screen 'akonadi_migration_notification', 5) {
click_lastmatch;
}
} }
if (get_var("BOOTFROM")) { if (get_var("BOOTFROM")) {
# we should see an update notification and no others # we should see an update notification and no others