Seems we need a 15 sec sleep for the Firefox cert workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-02-26 12:05:55 -08:00
parent b23dd7e14c
commit 6f24fd452c
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ sub start_webui {
if (match_has_tag "firefox_certificate_error") {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530429
record_soft_failure "Certificate validation error - likely Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=1530429";
sleep 15;
assert_and_click "firefox_refresh";
assert_screen ["freeipa_webui_login", $user_screen], 30;
}