1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 14:37:23 +00:00

Fix navigation_navibar_terminal needle, add a missing needle

I forgot this needle has to be with terminal highlighted, not
just present. And now that's fixed, we need another needle for
a later point in the test.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-16 11:18:42 -04:00
parent c123762f7b
commit 5c15f96fab
5 changed files with 18 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

View File

@ -2,10 +2,10 @@
"area": [
{
"width": 122,
"xpos": 588,
"ypos": 370,
"type": "match",
"height": 34,
"type": "match"
"ypos": 370,
"xpos": 589
}
],
"properties": [],

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 76,
"type": "match",
"height": 22,
"xpos": 45,
"ypos": 54
}
],
"properties": [],
"tags": [
"navigation_terminal_fullscreen"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB