From 762f259333a580faf5bae7c4456836b3de97caec Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 16 Nov 2020 11:27:38 -0800 Subject: [PATCH] Drop match level of a KDE notifcations needle Sigh, transparency or something. See: https://openqa.fedoraproject.org/tests/723120#step/desktop_notifications/19 Signed-off-by: Adam Williamson --- .../desktop_update_notification_systray-kde-20200929.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/needles/kde/desktop_update_notification_systray-kde-20200929.json b/needles/kde/desktop_update_notification_systray-kde-20200929.json index 4a1fd520..667b9814 100644 --- a/needles/kde/desktop_update_notification_systray-kde-20200929.json +++ b/needles/kde/desktop_update_notification_systray-kde-20200929.json @@ -5,11 +5,12 @@ "type": "match", "width": 18, "xpos": 776, - "ypos": 741 + "ypos": 741, + "match": 90 } ], "properties": [], "tags": [ "desktop_update_notification_systray" ] -} \ No newline at end of file +}