mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Revert "Workaround a notification test issue on F35 KDE"
This reverts commit a35befab8c
. 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.
This commit is contained in:
parent
077a31835a
commit
2dade9e1d9
@ -127,12 +127,6 @@ sub run {
|
|||||||
# In F32+ we may get an 'akonadi did something' message
|
# In F32+ we may get an 'akonadi did something' message
|
||||||
if (check_screen 'akonadi_migration_notification', 5) {
|
if (check_screen 'akonadi_migration_notification', 5) {
|
||||||
click_lastmatch;
|
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")) {
|
if (get_var("BOOTFROM")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user