Drop similarity level on Cockpit login screen wait_still_screen
We have a flashing cursor, folks. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3bc1e8335a
commit
e67d3e7c01
@ -24,7 +24,7 @@ sub start_cockpit {
|
||||
assert_screen "cockpit_login", 60;
|
||||
# this happened on early Modular Server composes...
|
||||
record_soft_failure "Unbranded Cockpit" if (match_has_tag "cockpit_login_unbranded");
|
||||
wait_still_screen 5;
|
||||
wait_still_screen(stilltime=>5, similarity_level=>45);
|
||||
if ($login) {
|
||||
type_safely "root";
|
||||
wait_screen_change { send_key "tab"; };
|
||||
|
Loading…
Reference in New Issue
Block a user