mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +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