pgAdmin 4 commit: Feature test reliability improvements:

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Feature test reliability improvements:
Date: 2018-06-27 15:40:07
Message-ID: E1fYCYB-0004qK-DZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 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(dot)agarwal(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-06-27 15:40:28 Re: pgadmin_page functions updated
Previous Message Devrim Gündüz 2018-06-27 13:37:32 Re: pgAdmin v3.1 candidate builds and source...