mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-10-31 19:11:24 +00:00
0d8ceec820
We've been getting failures lately on the first page load, I think because Firefox is getting even more grindy on startup. So turn the 'sleep' into a 'wait_still_screen', extend another wait, and tweak the 'browser' needle so it only matches after the bookmark bar has loaded rather than as soon as half the chrome appears. Also make all the wait_still_screens use similarity 45 for consistency (flashing cursor could be there on any of them). Signed-off-by: Adam Williamson <awilliam@redhat.com>
30 lines
550 B
JSON
30 lines
550 B
JSON
{
|
|
"area": [
|
|
{
|
|
"height": 18,
|
|
"type": "match",
|
|
"width": 17,
|
|
"xpos": 108,
|
|
"ypos": 71
|
|
},
|
|
{
|
|
"height": 18,
|
|
"type": "match",
|
|
"width": 17,
|
|
"xpos": 996,
|
|
"ypos": 72
|
|
},
|
|
{
|
|
"height": 17,
|
|
"type": "match",
|
|
"width": 19,
|
|
"xpos": 379,
|
|
"ypos": 108
|
|
}
|
|
],
|
|
"properties": [],
|
|
"tags": [
|
|
"firefox",
|
|
"browser"
|
|
]
|
|
} |