mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed minor issue in feature tests.
Signed-off-by: Akshay Joshi <akshay.joshi@enterprisedb.com>
This commit is contained in:
parent
e987fe9d37
commit
03391a07e0
@ -757,5 +757,5 @@ class PgadminPage:
|
||||
EC.visibility_of_element_located(verify_locator))
|
||||
click_status = True
|
||||
except Exception:
|
||||
attempt = +1
|
||||
attempt += 1
|
||||
return click_status
|
||||
|
Loading…
Reference in New Issue
Block a user