mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Shrink match area on install_lang needle a bit for IoT
IoT says "FEDORA-IOT" here, not just "FEDORA", and the greyspace at the right-hand side was making the match fail. Not sure why this only just started being a problem, but oh well, let's make it a bit smaller. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
185e2d51bb
commit
57a35562ad
@ -1,16 +1,16 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 102,
|
||||
"width": 87,
|
||||
"type": "match",
|
||||
"height": 28,
|
||||
"xpos": 357
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"anaconda_select_install_lang",
|
||||
"ENV-DISTRI-fedora"
|
||||
]
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 28,
|
||||
"type": "match",
|
||||
"width": 83,
|
||||
"xpos": 357,
|
||||
"ypos": 102
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"anaconda_select_install_lang",
|
||||
"ENV-DISTRI-fedora"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user