1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-16 20:44:31 +00:00

Drop match levels on some KDE update notification needles

These incorporate bits of the background so are subject to
non-100% matching, got a 97% match in current Rawhide, let's
see if dropping the match level is enough.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-11-30 14:41:53 -08:00
parent 15cdd4f398
commit dbd7883200
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,7 @@
"xpos": 590, "xpos": 590,
"ypos": 397, "ypos": 397,
"type": "match", "type": "match",
"match": 92,
"width": 127 "width": 127
}, },
{ {
@ -12,6 +13,7 @@
"xpos": 973, "xpos": 973,
"ypos": 396, "ypos": 396,
"type": "match", "type": "match",
"match": 92,
"width": 39 "width": 39
} }
], ],
@ -20,4 +22,4 @@
"DESKTOP-kde", "DESKTOP-kde",
"desktop_update_notification_only" "desktop_update_notification_only"
] ]
} }

View File

@ -5,6 +5,7 @@
"height": 16, "height": 16,
"ypos": 395, "ypos": 395,
"type": "match", "type": "match",
"match": 92,
"width": 127 "width": 127
}, },
{ {
@ -12,6 +13,7 @@
"height": 173, "height": 173,
"ypos": 396, "ypos": 396,
"type": "match", "type": "match",
"match": 92,
"width": 39 "width": 39
} }
], ],
@ -20,4 +22,4 @@
"DESKTOP-kde", "DESKTOP-kde",
"desktop_update_notification_only" "desktop_update_notification_only"
] ]
} }