mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-04 23:24:21 +00:00
2713ce60dd
In g-i-s 3.37.91, the first screen has a 'Start Setup' button rather than a 'Next' button. Easiest thing for us to do here is just to add a new needle which has the 'next_button' tag even though it's clearly not a 'Next' button, because then the code still works :) So do that, but give the file a suggestive name and explain the situation in a code comment. Signed-off-by: Adam Williamson <awilliam@redhat.com>
16 lines
224 B
JSON
16 lines
224 B
JSON
{
|
|
"area": [
|
|
{
|
|
"height": 21,
|
|
"ypos": 673,
|
|
"xpos": 474,
|
|
"width": 74,
|
|
"type": "match"
|
|
}
|
|
],
|
|
"properties": [],
|
|
"tags": [
|
|
"next_button",
|
|
"LANGUAGE-english"
|
|
]
|
|
} |