Re: pgadmin_page functions updated

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема Re: pgadmin_page functions updated
Дата
Msg-id CAFOhELcp=g9qyFwOc_4vejbu3TRCC3a0bTYyajifNc5Z8oj7TQ@mail.gmail.com
обсуждение исходный текст
Ответ на pgadmin_page functions updated  (Shubham Agarwal <shubham.agarwal@enterprisedb.com>)
Ответы Re: pgadmin_page functions updated  (Dave Page <dpage@pgadmin.org>)
Re: pgadmin_page functions updated  (Shubham Agarwal <shubham.agarwal@enterprisedb.com>)
Список pgadmin-hackers
Hi Shubham,

On Thu, Jun 14, 2018 at 3:25 PM, Shubham Agarwal <shubham.agarwal@enterprisedb.com> wrote:
Hi Team,

I have modified following two functions in pgadmin_page.py :-

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. 

Please find the attached patch.

We should start using CSS selectors instead of xpath, otherwise the patch works fine and also changes look good to me.
--
Thanks & Regards,
Shubham Agarwal
EnterpriseDB Corporation

The Postgres Database Company

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: RM#3294 - User need to reset the layout to see the changedpreferences parameters
Следующее
От: Shubham Agarwal
Дата:
Сообщение: Re: pgadmin_page functions updated