mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-17 10:41:27 +00:00
c9ec17b2b7
Summary: To understand this change see test 1092 on BOS. When you click Done once and then get the 'click Done again to proceed' warning, the Done button seems to grows a little dotted line (I think this indicates it's selected), which causes the match to drop to 94% and fail. To counter that, shrink the match area to the bit of the button inside the dotted line, which will be the same whether it's there or not. Test Plan: See if no_swap stops failing sometimes now, maybe, at last? Yeesh. Also see if all other tests still run OK. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D549
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"area": [
|
|
{
|
|
"height": 22,
|
|
"type": "match",
|
|
"width": 55,
|
|
"xpos": 11,
|
|
"ypos": 51
|
|
}
|
|
],
|
|
"tags": [
|
|
"anaconda_spoke_done",
|
|
"ENV-DESKTOP-default",
|
|
"ENV-DISTRI-fedora",
|
|
"ENV-INSTLANG-en_US"
|
|
]
|
|
}
|