1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-26 16:07:21 +00:00
os-autoinst-distri-fedora/needles/gnome/login_gdm_input-noblue-20230808.json
Adam Williamson 14205c3acd Update several needles for GNOME 45
The 'global' app menu is no longer shown, which affects the
apps_run_terminal needle (it will affect many others for the
compose tests, but this is just for updates tests). It seems we
sometimes have the cursor over the Activities button and it
looks slightly different in that case, so add a variant needle
for that. Finally, the password input box in GDM is no longer
highlighted in blue as it probably should be to indicate that
it's active, so add a workaround needle to handle that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-08-08 11:11:37 -07:00

22 lines
419 B
JSON

{
"area": [
{
"type": "match",
"xpos": 391,
"height": 45,
"ypos": 457,
"width": 56
}
],
"properties": [
{
"name": "workaround",
"value": "the text box should be surrounded with a blue line to indicate it's active, this broke in 45-beta"
}
],
"tags": [
"graphical_login_input",
"DESKTOP-gnome",
"LANGUAGE-english"
]
}