From c9ec17b2b7abb3b520f1eec0670910c601bdcc49 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 8 Sep 2015 16:31:43 -0700 Subject: [PATCH] make Done button match area smaller to handle dotted line Summary: To understand this change see test 1092 on BOS. When you click Done once and then get the 'click Done again to proceed' warning, the Done button seems to grows a little dotted line (I think this indicates it's selected), which causes the match to drop to 94% and fail. To counter that, shrink the match area to the bit of the button inside the dotted line, which will be the same whether it's there or not. Test Plan: See if no_swap stops failing sometimes now, maybe, at last? Yeesh. Also see if all other tests still run OK. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D549 --- needles/anaconda_spoke_done.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/needles/anaconda_spoke_done.json b/needles/anaconda_spoke_done.json index 753d8929..3e83e5b4 100644 --- a/needles/anaconda_spoke_done.json +++ b/needles/anaconda_spoke_done.json @@ -1,11 +1,11 @@ { "area": [ { - "height": 28, + "height": 22, "type": "match", - "width": 61, - "xpos": 8, - "ypos": 48 + "width": 55, + "xpos": 11, + "ypos": 51 } ], "tags": [