Feature test reliability improvements: 1. click_tab() -> Added wait till element is clickable, test cases are failing since the function attempts to click the tab which is not yet in the state to be clicked.
2. add_server() -> Replaced the sleep statement with wait till element to be clickable. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ec476d62742b5575dfddbec15ef20b397505e728 Author: Shubham Agarwal <shubham.agar...@enterprisedb.com> Modified Files -------------- web/regression/feature_utils/pgadmin_page.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)