mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 23:03:08 +00:00
Workaround a notification test issue on F35 KDE
Closing the last notification in the tray closes the entire tray now, which seems odd. Cope with that by re-opening it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
86a7f849e7
commit
a35befab8c
@ -115,6 +115,12 @@ 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