mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-01 03:21:24 +00:00
fba4a82587
There's a race issue with just treating it as a next button: it's not in the same place as a next button. Sometimes in the g-i-s code we actually get ahead of ourselves and click early, which isn't really a problem when the buttons are all in the same place, but if we click "Start Setup" in the middle of transition to the Privacy screen - as in https://openqa.fedoraproject.org/tests/745034#step/_graphical_wait_login/4 - the click effectively gets lost. So let's make it its own tag and have the initial assert look for it too. That way we won't match on it again in the main loop over "@nexts". Signed-off-by: Adam Williamson <awilliam@redhat.com>
17 lines
226 B
JSON
17 lines
226 B
JSON
{
|
|
"area": [
|
|
{
|
|
"height": 21,
|
|
"ypos": 673,
|
|
"xpos": 474,
|
|
"width": 74,
|
|
"type": "match"
|
|
}
|
|
],
|
|
"properties": [],
|
|
"tags": [
|
|
"start_setup",
|
|
"LANGUAGE-english"
|
|
]
|
|
}
|