1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

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>
This commit is contained in:
Adam Williamson 2023-08-08 11:09:49 -07:00
parent 8ac3885897
commit 14205c3acd
6 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 285,
"height": 21,
"type": "match",
"width": 29,
"ypos": 164
},
{
"xpos": 194,
"height": 20,
"type": "match",
"width": 25,
"ypos": 128
}
],
"properties": [],
"tags": [
"apps_run_terminal"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

View File

@ -0,0 +1,19 @@
{
"area": [
{
"type": "match",
"xpos": 15,
"height": 15,
"ypos": 9,
"width": 67
}
],
"properties": [],
"tags": [
"DESKTOP-gnome",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"apps_menu_button",
"apps_menu_button_active"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

View File

@ -0,0 +1,22 @@
{
"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"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB