avoid branded areas, tighten 'Done' button matches
Summary: Two needles (at least, there may be more) fail to match properly with Rawhide (F23) because the top part of some screens now has branding, while before it was plain grey. On root_password_screen we can just throw that match away, we don't really need it, the text 'Root Password:' seems specific enough to be reliable. On user_creation_screen let's replace the branded area match with a couple of the text box labels. This also tightens the 'Done' button match area on both spokes; the original area is too loose and covers some of the now-branded area outside the button, so the match fails. This fixes the default_install test for 2015-06-07 nightly. Test Plan: Try a test run against the 2015-06-07 nightly and see if the default_install test passes. Maybe also check that it still passes for an F22 build. Reviewers: garretraziel, jskladan Reviewed By: jskladan Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D386
This commit is contained in:
parent
1422d2c0e2
commit
53fcc86ae3
@ -1,17 +1,10 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 8,
|
||||
"ypos": 8,
|
||||
"width": 140,
|
||||
"height": 18,
|
||||
"type": "match"
|
||||
},
|
||||
{
|
||||
"xpos": 8,
|
||||
"ypos": 46,
|
||||
"xpos": 7,
|
||||
"ypos": 47,
|
||||
"width": 63,
|
||||
"height": 32,
|
||||
"height": 29,
|
||||
"type": "match"
|
||||
},
|
||||
{
|
||||
@ -29,4 +22,4 @@
|
||||
"ENV-FLAVOR-server"
|
||||
],
|
||||
"properties": []
|
||||
}
|
||||
}
|
||||
|
@ -8,18 +8,25 @@
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"xpos": 4,
|
||||
"ypos": 7,
|
||||
"width": 107,
|
||||
"height": 20,
|
||||
"xpos": 269,
|
||||
"ypos": 156,
|
||||
"width": 69,
|
||||
"height": 17,
|
||||
"type": "match"
|
||||
},
|
||||
{
|
||||
"xpos": 6,
|
||||
"xpos": 277,
|
||||
"ypos": 289,
|
||||
"width": 62,
|
||||
"height": 17,
|
||||
"type": "match"
|
||||
},
|
||||
{
|
||||
"xpos": 7,
|
||||
"ypos": 47,
|
||||
"width": 66,
|
||||
"height": 33,
|
||||
"width": 63,
|
||||
"height": 29,
|
||||
"type": "match"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user