Fix a failing needle for Maps.

This commit is contained in:
Lukas Ruzicka 2023-03-13 12:04:34 +01:00
parent 1133d7fbdc
commit 0d4f3f4542
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 338,
"width": 98,
"height": 315,
"xpos": 356,
"type": "match"
}
],
"properties": [],
"tags": [
"maps_route_walk_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

View File

@ -22,7 +22,7 @@ sub run {
foreach (my @counter = (1 .. 4)) {
click_lastmatch();
}
assert_screen("maps_found_brno");
assert_screen("maps_found_brno", timeout => 60);
}
sub test_flags {