avoid branded areas, tighten 'Done' button matches
ClosedPublic

Authored by adamwill on Jun 10 2015, 9:36 PM.

Details

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.

Diff Detail

Repository
rOPENQATESTS os-autoinst-distri-fedora
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
adamwill retitled this revision from to avoid branded areas, tighten 'Done' button matches.Jun 10 2015, 9:36 PM
adamwill updated this object.
adamwill edited the test plan for this revision. (Show Details)
adamwill added reviewers: garretraziel, kparal.
kparal edited reviewers, added: jskladan; removed: kparal.Jun 11 2015, 8:15 AM
jskladan accepted this revision.Jun 11 2015, 11:02 AM

If the testplan works, then it's fine with me.

This revision is now accepted and ready to land.Jun 11 2015, 11:02 AM
This revision was automatically updated to reflect the committed changes.