mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
WebUI tests: Fix login screen loading issue
test_webui/test_loginscreen fails because login screen is rendered with delays. To solve the issue small pause added after login. Ticket: https://pagure.io/freeipa/issue/8053 Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com> Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
parent
73f049c75f
commit
b20ae34b48
@ -124,6 +124,7 @@ class TestLoginScreen(UI_driver):
|
||||
WebDriverWait(self.driver, 10).until(
|
||||
lambda d: runner.files_loaded()
|
||||
)
|
||||
self.wait()
|
||||
|
||||
def relogin_with_new_password(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user