From be3aadc2494c82a6a5f8bfae9db943df1c5e2fa2 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Tue, 29 Jan 2019 10:48:28 +0100 Subject: [PATCH] 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. --- needles/gnome/apps/apps_run_clocks.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/needles/gnome/apps/apps_run_clocks.json b/needles/gnome/apps/apps_run_clocks.json index 1bb406c9..575c143a 100644 --- a/needles/gnome/apps/apps_run_clocks.json +++ b/needles/gnome/apps/apps_run_clocks.json @@ -1,10 +1,10 @@ { "area": [ { - "xpos": 488, - "ypos": 382, - "width": 52, - "height": 50, + "xpos": 534, + "ypos": 39, + "width": 80, + "height": 23, "type": "match" } ],