Change the target of the needle for Clocks in StartStop test

The needle could sometimes fail because the item it was looking
for only appeared in a limited set of situations. The new
location should be safer to check and the test should not
fail as a result.
This commit is contained in:
Lukas Ruzicka 2019-01-29 10:48:28 +01:00
parent 83ff7a0679
commit be3aadc249

View File

@ -1,10 +1,10 @@
{ {
"area": [ "area": [
{ {
"xpos": 488, "xpos": 534,
"ypos": 382, "ypos": 39,
"width": 52, "width": 80,
"height": 50, "height": 23,
"type": "match" "type": "match"
} }
], ],