mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-09 23:11:24 +00:00
2f20e8e103
Summary: There's no need to include the radio button state here, which causes the match to fail if Minimal is highlighted and already selected. Hitting Space in this case won't de-select it (it's a radio button, not a checkbox), and will give the desired result. So we should accept it. Test Plan: Run tests against Rawhide (and maybe F22 as a regression check) and ensure the package set selection step works, in tests where it's included. Reviewers: garretraziel, jskladan Reviewed By: jskladan Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D385
19 lines
296 B
JSON
19 lines
296 B
JSON
{
|
|
"properties": [],
|
|
"tags": [
|
|
"anaconda_minimal_highlighted",
|
|
"ENV-DISTRI-fedora",
|
|
"ENV-INSTLANG-en_US",
|
|
"ENV-FLAVOR-server"
|
|
],
|
|
"area": [
|
|
{
|
|
"xpos": 50,
|
|
"ypos": 681,
|
|
"width": 95,
|
|
"height": 15,
|
|
"type": "match"
|
|
}
|
|
]
|
|
}
|