pgAdmin 4 commit: Feature test reliability improvements: - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Feature test reliability improvements:
Date
Msg-id E1fYCYB-0004qK-DZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Feature test reliability improvements:

1. click_tab() -> Added wait till element is clickable, test cases are failing since the function attempts to click the
tabwhich 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.agarwal@enterprisedb.com>

Modified Files
--------------
web/regression/feature_utils/pgadmin_page.py | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Devrim Gündüz
Date:
Subject: Re: pgAdmin v3.1 candidate builds and source...
Next
From: Dave Page
Date:
Subject: Re: pgadmin_page functions updated