mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-10-31 19:11:24 +00:00
efec7010cb
This handles a case where KDE shows a notification saying 'PIM Maintenance (Finished)', like this: https://openqa.fedoraproject.org/tests/477345#step/desktop_notifications/34 we need to click it away for the desktop_notification test to pass. It also clarifies the difference between this notification and the eternal 'akonadi_migration_agent is doing something' popup in the needle names and comments. It also replaces the 'check_screen then assert_and_click if found' pattern in several notifications-related places with the better 'check_screen then click_lastmatch if found' pattern now available upstream. Signed-off-by: Adam Williamson <awilliam@redhat.com>
23 lines
340 B
JSON
23 lines
340 B
JSON
{
|
|
"area": [
|
|
{
|
|
"height": 17,
|
|
"type": "match",
|
|
"xpos": 950,
|
|
"ypos": 686,
|
|
"width": 23
|
|
},
|
|
{
|
|
"width": 15,
|
|
"ypos": 662,
|
|
"xpos": 984,
|
|
"type": "match",
|
|
"height": 10
|
|
}
|
|
],
|
|
"properties": [],
|
|
"tags": [
|
|
"akonadi_migration_agent_running"
|
|
]
|
|
}
|