mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix form not being found on login page in automatic ui tests
This commit is contained in:
parent
32f622652a
commit
1993064c55
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ...")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue