mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Fix a failing needle for Maps.
This commit is contained in:
parent
1133d7fbdc
commit
0d4f3f4542
15
needles/gnome/apps/maps/maps_route_walk_shown-20230313.json
Normal file
15
needles/gnome/apps/maps/maps_route_walk_shown-20230313.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"ypos": 338,
|
||||||
|
"width": 98,
|
||||||
|
"height": 315,
|
||||||
|
"xpos": 356,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"maps_route_walk_shown"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/maps/maps_route_walk_shown-20230313.png
Normal file
BIN
needles/gnome/apps/maps/maps_route_walk_shown-20230313.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 422 KiB |
@ -22,7 +22,7 @@ sub run {
|
|||||||
foreach (my @counter = (1 .. 4)) {
|
foreach (my @counter = (1 .. 4)) {
|
||||||
click_lastmatch();
|
click_lastmatch();
|
||||||
}
|
}
|
||||||
assert_screen("maps_found_brno");
|
assert_screen("maps_found_brno", timeout => 60);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user