pgadmin_page functions updated

From: Shubham Agarwal <shubham(dot)agarwal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgadmin_page functions updated
Date: 2018-06-14 09:55:33
Message-ID: CAKbCA9Rk0PKsMxC95MJhqK=WeDWoizDKiXBZar+uuRe42obq3Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

--
Thanks & Regards,
Shubham Agarwal
EnterpriseDB Corporation

The Postgres Database Company

Attachment Content-Type Size
pgadmin_page.patch application/octet-stream 1.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2018-06-14 10:11:30 Re: [pgAdmin4][Patch]: RM #3411 - pgAdmin 4, Mac. The application server could not be contacted
Previous Message Akshay Joshi 2018-06-14 09:34:21 Re: [pgadmin4][Patch]: Feature #2686 Property to switch lower/upper case auto completion