mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Drop similarity level on a wait_still_screen with a cursor
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0b7ac7ea59
commit
6aa52fc3cb
@ -72,7 +72,7 @@ sub run {
|
|||||||
assert_screen "graphical_login_input";
|
assert_screen "graphical_login_input";
|
||||||
# seems like we often double-type on aarch64 if we start right
|
# seems like we often double-type on aarch64 if we start right
|
||||||
# away
|
# away
|
||||||
wait_still_screen 5;
|
wait_still_screen(stilltime => 5, similarity_level => 38);
|
||||||
_enter_password($password);
|
_enter_password($password);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user