From 2dade9e1d98b5f537297b41b8e9144503b3bd6b3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 24 May 2023 14:51:19 -0700 Subject: [PATCH] Revert "Workaround a notification test issue on F35 KDE" This reverts commit a35befab8c3106a2cd39c4e74657534b815222a3. Per https://openqa.fedoraproject.org/tests/1867885#step/desktop_notifications/30 and https://openqa.fedoraproject.org/tests/1932066#step/desktop_notifications/30 , in both F37 and Rawhide, clicking away an akonadi notification no longer closes the panel, so it looks like we don't need this any more. --- tests/desktop_notifications.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index f83b1a1e..3f956615 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -127,12 +127,6 @@ sub run { # In F32+ we may get an 'akonadi did something' message if (check_screen 'akonadi_migration_notification', 5) { click_lastmatch; - # in F35+, closing that closes the entire panel, so - # re-open it - if (check_screen 'desktop_expand_systray', 10) { - click_lastmatch; - assert_and_click 'desktop_systray_notifications'; - } } } if (get_var("BOOTFROM")) {