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:
Serhii Tsymbaliuk 2019-08-28 11:18:43 +02:00
parent 73f049c75f
commit b20ae34b48
No known key found for this signature in database
GPG Key ID: 632C7F5C1BC85519

View File

@ -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):
"""