mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +00:00
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;
|
assert_screen "cockpit_login", 60;
|
||||||
# this happened on early Modular Server composes...
|
# this happened on early Modular Server composes...
|
||||||
record_soft_failure "Unbranded Cockpit" if (match_has_tag "cockpit_login_unbranded");
|
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) {
|
if ($login) {
|
||||||
type_safely "root";
|
type_safely "root";
|
||||||
wait_screen_change { send_key "tab"; };
|
wait_screen_change { send_key "tab"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user