os-autoinst-distri-rocky/needles/gnome/next_button-startsetup-20200818.json
Adam Williamson 2713ce60dd Add a new not-really-a-Next-button needle for gnome-initial-setup
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>
2020-08-18 12:23:09 -07:00

16 lines
224 B
JSON

{
"area": [
{
"height": 21,
"ypos": 673,
"xpos": 474,
"width": 74,
"type": "match"
}
],
"properties": [],
"tags": [
"next_button",
"LANGUAGE-english"
]
}