Fix form not being found on login page in automatic ui tests

This commit is contained in:
Théophile Diot 2024-05-22 15:48:05 +01:00
parent 32f622652a
commit 1993064c55
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -71,7 +71,7 @@ try:
log_info("Redirected to login page, waiting for login form ...")
safe_get_element(DRIVER, By.TAG_NAME, "form")
safe_get_element(DRIVER, By.TAG_NAME, "form", driver_wait=driver_wait)
log_info("Form found, trying to access another page without being logged in ...")