mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 10:11:26 +00:00
Drop similarity level on a flashing cursor wait_still_screen
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3067e0d223
commit
0926be0520
@ -51,7 +51,7 @@ sub start_webui {
|
||||
assert_and_click "firefox_refresh";
|
||||
assert_screen ["freeipa_webui_login", $user_screen], 30;
|
||||
}
|
||||
wait_still_screen 5;
|
||||
wait_still_screen(stilltime=>5, similarity_level=>45);
|
||||
# softfail on kerberos ticket bugs meaning we get auto-logged in
|
||||
# as the requested user when we don't expect to be
|
||||
if (match_has_tag $user_screen) {
|
||||
|
Loading…
Reference in New Issue
Block a user