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:
parent
8ac3885897
commit
14205c3acd
22
needles/gnome/apps/apps_run_terminal-20230808.json
Normal file
22
needles/gnome/apps/apps_run_terminal-20230808.json
Normal 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"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/apps_run_terminal-20230808.png
Normal file
BIN
needles/gnome/apps/apps_run_terminal-20230808.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 539 KiB |
@ -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"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps_menu_button_active-highlighted-20230808.png
Normal file
BIN
needles/gnome/apps_menu_button_active-highlighted-20230808.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 552 KiB |
22
needles/gnome/login_gdm_input-noblue-20230808.json
Normal file
22
needles/gnome/login_gdm_input-noblue-20230808.json
Normal 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"
|
||||
]
|
||||
}
|
BIN
needles/gnome/login_gdm_input-noblue-20230808.png
Normal file
BIN
needles/gnome/login_gdm_input-noblue-20230808.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue
Block a user