From 1f757325a6d458c929898d8d7b34205116ecb2fc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Dec 2020 16:52:35 -0800 Subject: [PATCH] Reduce login_cockpit needle match area There seem to be some weird shenanigans going on with the pipe bit here (it looks different on different test runs? what?) so let's just match on the plain grey area. Should still be enough. Signed-off-by: Adam Williamson --- .../cockpit/login-cockpit234-20201215.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/needles/cockpit/login-cockpit234-20201215.json b/needles/cockpit/login-cockpit234-20201215.json index 33d919b9..106df7df 100644 --- a/needles/cockpit/login-cockpit234-20201215.json +++ b/needles/cockpit/login-cockpit234-20201215.json @@ -1,15 +1,15 @@ -{ - "area": [ - { - "width": 227, - "height": 77, - "ypos": 176, - "type": "match", - "xpos": 575 - } - ], - "properties": [], - "tags": [ - "cockpit_login" - ] +{ + "area": [ + { + "height": 77, + "type": "match", + "width": 67, + "xpos": 730, + "ypos": 176 + } + ], + "properties": [], + "tags": [ + "cockpit_login" + ] } \ No newline at end of file