mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +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";
|
assert_screen "cockpit_login";
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
if ($login) {
|
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";
|
type_safely "root";
|
||||||
wait_screen_change { send_key "tab"; };
|
wait_screen_change { send_key "tab"; };
|
||||||
type_safely get_var("ROOT_PASSWORD", "weakpassword");
|
type_safely get_var("ROOT_PASSWORD", "weakpassword");
|
||||||
|
Loading…
Reference in New Issue
Block a user