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
This commit is contained in:
parent
f8f242b7e0
commit
c9ec17b2b7
@ -1,11 +1,11 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 28,
|
||||
"height": 22,
|
||||
"type": "match",
|
||||
"width": 61,
|
||||
"xpos": 8,
|
||||
"ypos": 48
|
||||
"width": 55,
|
||||
"xpos": 11,
|
||||
"ypos": 51
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
|
Loading…
Reference in New Issue
Block a user