Skip to content

Commit

Permalink
Fix form not being found on login page in automatic ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed May 22, 2024
1 parent 32f6226 commit 1993064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

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 ...")

Expand Down

0 comments on commit 1993064

Please sign in to comment.