os-autoinst-distri-rocky/needles/graphical_login_sddm.json
Jan Sedlák 6e801bcd52 remove ENV-DESKTOP- tag, set DESKTOP- tag instead where necessary
Let's use the same principle with DESKTOP tag as we use with
LANGUAGE tag. Where there are any GNOME-only (or KDE-only) needles, tag
them with `DESKTOP-gnome` and delete then when different `DESKTOP` value
is specified. This will help with `QA:Testcase_Package_Sets_KDE_Package_Install`
testcase - we will be able to use almost the same code and check that KDE
got installed properly.

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D670
2015-12-08 11:32:48 +01:00

26 lines
394 B
JSON

{
"tags": [
"graphical_login",
"DESKTOP-kde",
"LANGUAGE-english",
"ENV-FLAVOR-kde_live"
],
"properties": [],
"area": [
{
"xpos": 18,
"ypos": 444,
"height": 18,
"width": 54,
"type": "match"
},
{
"type": "match",
"xpos": 536,
"width": 47,
"height": 19,
"ypos": 445
}
]
}