mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
drop cockpit workaround entirely
now 119 hit F25, this is no longer needed (and breaks the test in fact).
This commit is contained in:
parent
ab316cfe48
commit
cf2ce903c5
@ -70,12 +70,6 @@ sub start_cockpit {
|
||||
assert_screen "cockpit_login";
|
||||
wait_still_screen 5;
|
||||
if ($login) {
|
||||
# with cockpit 118, user name field is not highlighted by
|
||||
# default. Rawhide has 119 already, where this is fixed.
|
||||
unless (lc(get_var('VERSION')) eq "rawhide") {
|
||||
wait_screen_change { send_key "tab"; };
|
||||
}
|
||||
|
||||
type_safely "root";
|
||||
wait_screen_change { send_key "tab"; };
|
||||
type_safely get_var("ROOT_PASSWORD", "weakpassword");
|
||||
|
Loading…
Reference in New Issue
Block a user