mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-11 11:23:08 +00:00
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:
parent
3df5d1fac8
commit
954b6f90bc
@ -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;
|
||||
}
|
||||
|
@ -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 |
@ -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 |
@ -0,0 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"ypos": 39,
|
||||
"width": 36,
|
||||
"height": 16,
|
||||
"xpos": 826
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"anaconda_layout_us",
|
||||
"anaconda_layout_ascii"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/install_process/layout_us-higher-20220422.png
Normal file
BIN
needles/anaconda/install_process/layout_us-higher-20220422.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
@ -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 |
Loading…
Reference in New Issue
Block a user