From 2f20e8e1031185acd8ca12b446aef1a48137f39c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 11 Jun 2015 09:59:51 -0700 Subject: [PATCH] don't include radio button state in anaconda_minimal_highlighted Summary: There's no need to include the radio button state here, which causes the match to fail if Minimal is highlighted and already selected. Hitting Space in this case won't de-select it (it's a radio button, not a checkbox), and will give the desired result. So we should accept it. Test Plan: Run tests against Rawhide (and maybe F22 as a regression check) and ensure the package set selection step works, in tests where it's included. Reviewers: garretraziel, jskladan Reviewed By: jskladan Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D385 --- needles/anaconda_minimal_highlighted.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/needles/anaconda_minimal_highlighted.json b/needles/anaconda_minimal_highlighted.json index 7913c40e..88b3dc4c 100644 --- a/needles/anaconda_minimal_highlighted.json +++ b/needles/anaconda_minimal_highlighted.json @@ -8,11 +8,11 @@ ], "area": [ { - "xpos": 30, + "xpos": 50, "ypos": 681, - "width": 115, + "width": 95, "height": 15, "type": "match" } ] -} \ No newline at end of file +}