diff --git a/needles/kde/akonadi_migration_notification-20240621.json b/needles/kde/akonadi_migration_notification-20240621.json new file mode 100644 index 00000000..67b3d18d --- /dev/null +++ b/needles/kde/akonadi_migration_notification-20240621.json @@ -0,0 +1,22 @@ +{ + "area": [ + { + "xpos": 587, + "ypos": 498, + "width": 130, + "height": 18, + "type": "match" + }, + { + "xpos": 985, + "ypos": 471, + "width": 17, + "height": 19, + "type": "match" + } + ], + "properties": [], + "tags": [ + "akonadi_migration_notification" + ] +} \ No newline at end of file diff --git a/needles/kde/akonadi_migration_notification-20240621.png b/needles/kde/akonadi_migration_notification-20240621.png new file mode 100644 index 00000000..b69c6898 Binary files /dev/null and b/needles/kde/akonadi_migration_notification-20240621.png differ diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index fbc6fd73..53e36497 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -131,6 +131,10 @@ sub run { assert_and_click 'desktop_expand_systray'; 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")) { # we should see an update notification and no others