1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-26 16:07:21 +00:00

Drop unnecessary system menu match from apps_menu_button

This goes back to when we called this needle desktop_clean, but
there's really no point in having it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-06-05 11:22:16 -07:00
parent 4ae50d0e0e
commit 7fe5525c29

View File

@ -1,25 +1,18 @@
{ {
"area": [ "area": [
{ {
"type": "match", "height": 15,
"height": 15, "type": "match",
"ypos": 7, "width": 67,
"width": 67, "xpos": 9,
"xpos": 9 "ypos": 7
}, }
{ ],
"type": "match", "properties": [],
"xpos": 968, "tags": [
"height": 18, "DESKTOP-gnome",
"ypos": 4, "ENV-DISTRI-fedora",
"width": 43 "LANGUAGE-english",
} "apps_menu_button"
], ]
"properties": [], }
"tags": [
"DESKTOP-gnome",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"apps_menu_button"
]
}