mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix exception handling in instances_page.py in ui tests
This commit is contained in:
parent
a7df3efd0c
commit
47b86c9a48
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ try:
|
|||
|
||||
try:
|
||||
form = safe_get_element(DRIVER, By.XPATH, "//form[starts-with(@id, 'form-instance-')]")
|
||||
except TimeoutException:
|
||||
except:
|
||||
if retries >= 3:
|
||||
exit(1)
|
||||
retries += 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue