From cf2ce903c50b554d63f798077a3f982ddc75547c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 17 Oct 2016 16:52:17 -0700 Subject: [PATCH] drop cockpit workaround entirely now 119 hit F25, this is no longer needed (and breaks the test in fact). --- lib/installedtest.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/installedtest.pm b/lib/installedtest.pm index 949eae32..b5737d04 100644 --- a/lib/installedtest.pm +++ b/lib/installedtest.pm @@ -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");