os-autoinst-distri-rocky/needles/kde/desktop_update_notification-kde-20190530.json
Adam Williamson 2e56facb68 Try to handle changes to KDE update notifications in Rawhide
The way KDE does update notifications has changed - it's now a
permanent pop-up notification. This is a bit awkward for our
logic; it's hard to define a needle that proves this pop-up is
the only notification. Instead, let's dismiss it, then open the
notification tray and assert that there aren't any others. But
we also retain the old behaviour (more or less) for testing old
releases.

The popup notification also blocks the 'refresh' needle in the
systray and so breaks the desktop update test, so we deal with
that too.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-05-30 17:34:09 -07:00

25 lines
472 B
JSON

{
"area": [
{
"height": 40,
"type": "match",
"width": 38,
"xpos": 957,
"ypos": 666
},
{
"height": 13,
"type": "match",
"width": 13,
"xpos": 985,
"ypos": 643
}
],
"properties": [],
"tags": [
"DESKTOP-kde",
"desktop_update_notification_popup",
"desktop_update_notification"
]
}