pgAdmin 4 commit: Feature test reliability improvements:

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Feature test reliability improvements:
Дата
Msg-id E1fYCYB-0004qK-DZ@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Devrim Gündüz
Дата:
Сообщение: Re: pgAdmin v3.1 candidate builds and source...
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgadmin_page functions updated