Update variant anaconda layout needles for F36 RCs

We get these variant needles with the keyboard icon and layout
name at slightly different relative vertical positions every
time we do a Final RC. I think the layout is affected by the
pre-release warning text no longer being present. Usually each
cycle something changes with the icon or with font rendering,
so the needles have to be updated, as in this case.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-05-03 13:10:09 -07:00
parent 3df5d1fac8
commit 954b6f90bc
9 changed files with 74 additions and 2 deletions

View File

@ -37,9 +37,16 @@ sub start_cockpit {
sub select_cockpit_update {
# This method navigates to to the updates screen
assert_screen ["cockpit_software_updates", "cockpit_leftbar_scroll"], 120;
# From Firefox 100 on, we get 'adaptive scrollbars', which means
# the scrollbar is just invisible unless you moved the mouse
# recently. So we click in the search box and hit 'up' to scroll
# the sidebar to the bottom if necessary
assert_screen ["cockpit_software_updates", "cockpit_search"], 120;
click_lastmatch;
assert_and_click "cockpit_software_updates" if (match_has_tag "cockpit_leftbar_scroll");
if (match_has_tag "cockpit_search") {
send_key "up";
assert_and_click "cockpit_software_updates";
}
# wait for the updates to download
assert_screen 'cockpit_updates_check', 300;
}

View File

@ -0,0 +1,16 @@
{
"area": [
{
"type": "match",
"ypos": 45,
"width": 42,
"height": 17,
"xpos": 141
}
],
"properties": [],
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_native"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,17 @@
{
"area": [
{
"xpos": 147,
"width": 37,
"ypos": 46,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"LANGUAGE-arabic",
"anaconda_layout_ascii",
"anaconda_layout_us"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"type": "match",
"ypos": 39,
"width": 36,
"height": 16,
"xpos": 826
}
],
"properties": [],
"tags": [
"anaconda_layout_us",
"anaconda_layout_ascii"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"type": "match",
"height": 15,
"ypos": 40,
"width": 38,
"xpos": 825
}
],
"properties": [],
"tags": [
"LANGUAGE-russian",
"anaconda_layout_native"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB